diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-08-27 06:52:27 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-08-27 06:52:27 +0000 |
| commit | 2390eade79c214723fec491347c751f781a95981 (patch) | |
| tree | 7704e63465927d94971cbbafc34054f24ffca11d /src/verbs.cpp | |
| parent | Fix for bug #900602 (Switching font with up/down arrows de-selects font list ... (diff) | |
| download | inkscape-2390eade79c214723fec491347c751f781a95981.tar.gz inkscape-2390eade79c214723fec491347c751f781a95981.zip | |
Fix for 168446 : rename menu item Export to PNG Image
(bzr r11623)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index 76d06cb3c..34379d341 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2736,8 +2736,8 @@ Verb *Verb::_base_verbs[] = { N_("Edit SVG fonts"), NULL), new DialogVerb(SP_VERB_DIALOG_PRINT_COLORS_PREVIEW, "DialogPrintColorsPreview", N_("Print Colors..."), N_("Select which color separations to render in Print Colors Preview rendermode"), NULL), - new DialogVerb(SP_VERB_DIALOG_EXPORT, "DialogExport", N_("_Export Bitmap..."), - N_("Export this document or a selection as a bitmap image"), INKSCAPE_ICON("document-export")), + new DialogVerb(SP_VERB_DIALOG_EXPORT, "DialogExport", N_("_Export PNG Image..."), + N_("Export this document or a selection as a PNG image"), INKSCAPE_ICON("document-export")), // Help new HelpVerb(SP_VERB_HELP_ABOUT_EXTENSIONS, "HelpAboutExtensions", N_("About E_xtensions"), |
