summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-05-28 23:46:36 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-05-28 23:46:36 +0000
commitc75c2865d6d418ab1ef8369e058dea317a0a7b17 (patch)
treeaafce34d65bb8b01e27b4bf76d4ee87168a7f1af /src/verbs.cpp
parentAdd code to generate and display an SSL-connection event with a padlock (diff)
downloadinkscape-c75c2865d6d418ab1ef8369e058dea317a0a7b17.tar.gz
inkscape-c75c2865d6d418ab1ef8369e058dea317a0a7b17.zip
typos, mnemonics
(bzr r1048)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index ec56dc45e..9458d2d17 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2316,7 +2316,7 @@ Verb *Verb::_base_verbs[] = {
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 ),
- new DialogVerb(SP_VERB_DIALOG_METADATA, "DialogMetadata", N_("_Document Metadata..."),
+ new DialogVerb(SP_VERB_DIALOG_METADATA, "DialogMetadata", N_("Document _Metadata..."),
N_("Edit document metadata (to be saved with the document)"), NULL ),
new DialogVerb(SP_VERB_DIALOG_FILL_STROKE, "DialogFillStroke", N_("_Fill and Stroke..."),
N_("Edit objects' style, such as color or stroke width"), "fill_and_stroke"),
@@ -2366,7 +2366,7 @@ Verb *Verb::_base_verbs[] = {
N_("Configure extended input devices, such as a graphics tablet"), NULL),
new DialogVerb(SP_VERB_DIALOG_EXTENSIONEDITOR, "org.inkscape.dialogs.extensioneditor", N_("_Extensions..."),
N_("Query information about extensions"), NULL),
- new DialogVerb(SP_VERB_DIALOG_LAYERS, "DialogLayers", N_("_Layers..."),
+ new DialogVerb(SP_VERB_DIALOG_LAYERS, "DialogLayers", N_("Layer_s..."),
N_("View Layers"), NULL),
/* Help */