From 2390eade79c214723fec491347c751f781a95981 Mon Sep 17 00:00:00 2001 From: John Smith Date: Mon, 27 Aug 2012 15:52:27 +0900 Subject: Fix for 168446 : rename menu item Export to PNG Image (bzr r11623) --- src/ui/dialog/export.cpp | 2 +- src/verbs.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/ui/dialog/export.cpp b/src/ui/dialog/export.cpp index 6247b0523..22831f99b 100644 --- a/src/ui/dialog/export.cpp +++ b/src/ui/dialog/export.cpp @@ -228,7 +228,7 @@ Export::Export (void) : /* Bitmap size frame */ { size_box.set_border_width(3); - bm_label = new Gtk::Label(_("Bitmap size"), Gtk::ALIGN_START); + bm_label = new Gtk::Label(_("Image size"), Gtk::ALIGN_START); bm_label->set_use_markup(true); size_box.pack_start(*bm_label, false, false, 0); Gtk::Table *t = new Gtk::Table(2, 5, false); 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"), -- cgit v1.2.3