Code

typos, mnemonics
authorbuliabyak <buliabyak@users.sourceforge.net>
Sun, 28 May 2006 23:46:36 +0000 (23:46 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Sun, 28 May 2006 23:46:36 +0000 (23:46 +0000)
src/verbs.cpp

index ec56dc45e7e9b9c11eabc6d99a1aad3873510392..9458d2d1760e5458434d815c8c753c9df1e841da 100644 (file)
@@ -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 */