From: kidproto Date: Sat, 19 Aug 2006 22:49:19 +0000 (+0000) Subject: fix icon preview name X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2197aaeb5cbd6bb675e264602fc92b2d613be298;p=inkscape.git fix icon preview name --- diff --git a/src/verbs.cpp b/src/verbs.cpp index c70e62fe2..8d19bda55 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2249,7 +2249,7 @@ Verb *Verb::_base_verbs[] = { new ZoomVerb(SP_VERB_VIEW_MODE_OUTLINE, "ViewModeOutline", N_("_Outline"), N_("Switch to outline (wireframe) display mode"), NULL), - new ZoomVerb(SP_VERB_VIEW_ICON_PREVIEW, "ViewIconPreview", N_("Ico_n Preview"), + new ZoomVerb(SP_VERB_VIEW_ICON_PREVIEW, "ViewIconPreview", N_("Ico_n Preview..."), N_("Open a window to preview objects at different icon resolutions"), NULL/*"view_icon_preview"*/), new ZoomVerb(SP_VERB_ZOOM_PAGE, "ZoomPage", N_("_Page"), N_("Zoom to fit page in window"), "zoom_page"),