[gimp/gimp-2-10] Issue #3129: Split sentence on gimpexport.c.
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] Issue #3129: Split sentence on gimpexport.c.
- Date: Wed, 24 Apr 2019 22:37:19 +0000 (UTC)
commit ee3bc11e61363c22837e837c6bc1ce45eb9dfc6e
Author: Jehan <jehan girinstud io>
Date: Tue Mar 19 22:26:08 2019 +0100
Issue #3129: Split sentence on gimpexport.c.
(cherry picked from commit 4dcda7ffb8a92ee286ec6828513852ededfa8f7b)
libgimp/gimpexport.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/libgimp/gimpexport.c b/libgimp/gimpexport.c
index ba679a7ecb..157bf8cd49 100644
--- a/libgimp/gimpexport.c
+++ b/libgimp/gimpexport.c
@@ -1012,7 +1012,8 @@ gimp_export_dialog_new (const gchar *format_name,
const gchar *help_id)
{
GtkWidget *dialog;
- gchar *title = g_strconcat (_("Export Image as "), format_name, NULL);
+ /* TRANSLATORS: the %s parameter is an image format name (ex: PNG). */
+ gchar *title = g_strdup_printf (_("Export Image as %s"), format_name);
dialog = gimp_dialog_new (title, role,
NULL, 0,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]