Code

copyedit label
authorbuliabyak <buliabyak@users.sourceforge.net>
Fri, 3 Nov 2006 02:47:54 +0000 (02:47 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Fri, 3 Nov 2006 02:47:54 +0000 (02:47 +0000)
src/verbs.cpp

index 58003bbdb21f12bdf60e5def174f238eb904c524..da843bbe841b35e5a1eb01c4ae7c3d944c3d5f55 100644 (file)
@@ -2258,7 +2258,7 @@ Verb *Verb::_base_verbs[] = {
                  N_("Switch to normal display mode"), NULL),
     new ZoomVerb(SP_VERB_VIEW_MODE_OUTLINE, "ViewModeOutline", N_("_Outline"),
                  N_("Switch to outline (wireframe) display mode"), NULL),
-    new ZoomVerb(SP_VERB_VIEW_MODE_TOGGLE, "ViewModeToggle", N_("Toggle Display Mode"),
+    new ZoomVerb(SP_VERB_VIEW_MODE_TOGGLE, "ViewModeToggle", N_("_Toggle"),
                  N_("Toggle between normal and outline display modes"), NULL),
 
     new ZoomVerb(SP_VERB_VIEW_ICON_PREVIEW, "ViewIconPreview", N_("Ico_n Preview..."),