diff options
| author | Jon Phillips <jon@fabricatorz.com> | 2006-08-19 22:49:19 +0000 |
|---|---|---|
| committer | kidproto <kidproto@users.sourceforge.net> | 2006-08-19 22:49:19 +0000 |
| commit | 3c3b6d8cb1442200ce395bf8c4da116b68d9ff27 (patch) | |
| tree | de03d4300b1b98a51ebe116300b9e2e66db6eb68 /src/verbs.cpp | |
| parent | Change to two columns. Probably do different later, but this is a start (diff) | |
| download | inkscape-3c3b6d8cb1442200ce395bf8c4da116b68d9ff27.tar.gz inkscape-3c3b6d8cb1442200ce395bf8c4da116b68d9ff27.zip | |
fix icon preview name
(bzr r1617)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"), |
