From 64ad5db579505dcee3a53ed1cb82a45742b078ca Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Mon, 8 Jul 2002 19:41:06 +0000 Subject: [PATCH] Change the name and move the location of the file properties menu item git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7102 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/business/business-gnome/business-gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/business/business-gnome/business-gnome.scm b/src/business/business-gnome/business-gnome.scm index b82e14c752..a18c7e3188 100644 --- a/src/business/business-gnome/business-gnome.scm +++ b/src/business/business-gnome/business-gnome.scm @@ -204,9 +204,9 @@ (add-customer-items) (gnc:add-extension - (gnc:make-menu-item (N_ "File Properties") + (gnc:make-menu-item (N_ "Properties") (N_ "View and edit the properties of this file.") - (list "File" "Save As...") + (list "File" "Print") (lambda () (let* ((book (gnc:get-current-book)) (slots (gnc:book-get-slots book)))