diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-05-06 07:34:08 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-05-06 07:34:08 +0000 |
| commit | 17af06a85d610c7ae5e2cbb0a8fa4345dd194f90 (patch) | |
| tree | cce1f3c60945c085e2269c0df137c3b1d4eedbbd /src/ui/dialog/export.cpp | |
| parent | Hide non-public fields of ruler (diff) | |
| download | inkscape-17af06a85d610c7ae5e2cbb0a8fa4345dd194f90.tar.gz inkscape-17af06a85d610c7ae5e2cbb0a8fa4345dd194f90.zip | |
UI message
(bzr r11327)
Diffstat (limited to 'src/ui/dialog/export.cpp')
| -rw-r--r-- | src/ui/dialog/export.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/export.cpp b/src/ui/dialog/export.cpp index e10668473..3e887dd81 100644 --- a/src/ui/dialog/export.cpp +++ b/src/ui/dialog/export.cpp @@ -984,6 +984,7 @@ void Export::onExport () Glib::ustring fn = path_get_basename (path); + /* TRANSLATORS: %1 will be the filename, %2 the width, and %3 the height of the image */ prog_dlg = create_progress_dialog (Glib::ustring::compose(_("Exporting %1 (%2 x %3)"), fn, width, height)); /* Do export */ |
