From f01603aa09a8c49d9835a10ad837ef0c286b9a7e Mon Sep 17 00:00:00 2001 From: John Smith Date: Fri, 11 May 2012 21:56:30 +0900 Subject: Fix for 169759 : HIG compliant Edit menu (bzr r11354) --- src/verbs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/verbs.cpp') diff --git a/src/verbs.cpp b/src/verbs.cpp index c30146ae8..2c1d178cb 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2633,7 +2633,7 @@ Verb *Verb::_base_verbs[] = { N_("Zoom to fit selection in window"), INKSCAPE_ICON("zoom-fit-selection")), // Dialogs - new DialogVerb(SP_VERB_DIALOG_DISPLAY, "DialogPreferences", N_("In_kscape Preferences..."), + new DialogVerb(SP_VERB_DIALOG_DISPLAY, "DialogPreferences", N_("P_references..."), N_("Edit global Inkscape preferences"), GTK_STOCK_PREFERENCES ), new DialogVerb(SP_VERB_DIALOG_NAMEDVIEW, "DialogDocumentProperties", N_("_Document Properties..."), N_("Edit properties of this document (to be saved with the document)"), GTK_STOCK_PROPERTIES ), -- cgit v1.2.3