--verbose messages don't need to be translatable.
This commit is contained in:
@ -72,8 +72,8 @@ gimp_batch_run (Gimp *gimp,
|
|||||||
batch_interpreter = BATCH_DEFAULT_EVAL_PROC;
|
batch_interpreter = BATCH_DEFAULT_EVAL_PROC;
|
||||||
|
|
||||||
if (gimp->be_verbose)
|
if (gimp->be_verbose)
|
||||||
g_printerr (_("No batch interpreter specified, using the default "
|
g_printerr ("No batch interpreter specified, using the default "
|
||||||
"'%s'.\n"), batch_interpreter);
|
"'%s'.\n", batch_interpreter);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user