[gimp/gimp-2-10] --verbose messages don't need to be translatable.



commit a19f03486e011ae308ac9bf5ee0b4db9f2a7f4e7
Author: Sabri Ünal <libreajans gmail com>
Date:   Thu Sep 26 23:56:41 2019 +0000

    --verbose messages don't need to be translatable.

 app/core/gimp-batch.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/core/gimp-batch.c b/app/core/gimp-batch.c
index 0115086f74..e7908a212d 100644
--- a/app/core/gimp-batch.c
+++ b/app/core/gimp-batch.c
@@ -72,8 +72,8 @@ gimp_batch_run (Gimp         *gimp,
           batch_interpreter = BATCH_DEFAULT_EVAL_PROC;
 
           if (gimp->be_verbose)
-            g_printerr (_("No batch interpreter specified, using the default "
-                          "'%s'.\n"), batch_interpreter);
+            g_printerr ("No batch interpreter specified, using the default "
+                        "'%s'.\n", batch_interpreter);
         }
     }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]