summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-05-11 12:56:30 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-05-11 12:56:30 +0000
commitf01603aa09a8c49d9835a10ad837ef0c286b9a7e (patch)
treea1fc0dd556a5a72be2c83bdeb5ed3933c50938ad /src/verbs.cpp
parentFix for 997886 : Document Metadata : Crash when saving with 2 documents open (diff)
downloadinkscape-f01603aa09a8c49d9835a10ad837ef0c286b9a7e.tar.gz
inkscape-f01603aa09a8c49d9835a10ad837ef0c286b9a7e.zip
Fix for 169759 : HIG compliant Edit menu
(bzr r11354)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp2
1 files changed, 1 insertions, 1 deletions
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 ),