[gimp] plug-ins: make string translate-able in JXL export
- From: Daniel Novomeský <dnovomesky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: make string translate-able in JXL export
- Date: Thu, 28 Oct 2021 20:19:23 +0000 (UTC)
commit bc9a26b32cde05956a703f24d4369ff37d6c5b49
Author: Daniel Novomesky <dnovomesky gmail com>
Date: Thu Oct 28 21:29:49 2021 +0200
plug-ins: make string translate-able in JXL export
plug-ins/common/file-jpegxl.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/plug-ins/common/file-jpegxl.c b/plug-ins/common/file-jpegxl.c
index 6ff3c0f865..cfc830b158 100644
--- a/plug-ins/common/file-jpegxl.c
+++ b/plug-ins/common/file-jpegxl.c
@@ -684,7 +684,8 @@ save_image (GFile *file,
gint speed = 7;
gboolean uses_original_profile = FALSE;
- gimp_progress_init_printf ("Exporting '%s'.", g_file_peek_path (file));
+ gimp_progress_init_printf (_("Exporting '%s'"),
+ gimp_file_get_utf8_name (file));
g_object_get (config,
"lossless", &lossless,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]