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

This commit is contained in:
Sabri Ünal
2019-09-26 23:56:41 +00:00
committed by Jehan
parent 98989f1cde
commit a19f03486e

View File

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