summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/export.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-08-27 06:52:27 +0000
committerJohn Smith <john.smith7545@yahoo.com>2012-08-27 06:52:27 +0000
commit2390eade79c214723fec491347c751f781a95981 (patch)
tree7704e63465927d94971cbbafc34054f24ffca11d /src/ui/dialog/export.cpp
parentFix for bug #900602 (Switching font with up/down arrows de-selects font list ... (diff)
downloadinkscape-2390eade79c214723fec491347c751f781a95981.tar.gz
inkscape-2390eade79c214723fec491347c751f781a95981.zip
Fix for 168446 : rename menu item Export to PNG Image
(bzr r11623)
Diffstat (limited to 'src/ui/dialog/export.cpp')
-rw-r--r--src/ui/dialog/export.cpp2
1 files changed, 1 insertions, 1 deletions
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(_("<big><b>Bitmap size</b></big>"), Gtk::ALIGN_START);
+ bm_label = new Gtk::Label(_("<big><b>Image size</b></big>"), 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);