From 368ff9a1e1e4a7406fe2489751454582d357e699 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Sun, 28 May 2006 23:46:36 +0000 Subject: [PATCH] typos, mnemonics --- src/verbs.cpp | 4 ++-- 1 file 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 */ -- 2.30.2