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); } }