From 17af06a85d610c7ae5e2cbb0a8fa4345dd194f90 Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Sun, 6 May 2012 09:34:08 +0200 Subject: UI message (bzr r11327) --- src/ui/dialog/export.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/dialog/export.cpp') 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 */ -- cgit v1.2.3