unified strings.

2005-07-10  Sven Neumann  <sven@gimp.org>

	* app/batch.c (batch_run): unified strings.
This commit is contained in:
Sven Neumann 2005-07-10 18:53:45 +00:00 committed by Sven Neumann
parent 9cf396a3ca
commit da0adc4f65
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-07-10 Sven Neumann <sven@gimp.org>
* app/batch.c (batch_run): unified strings.
2005-07-10 Hans Breuer <hans@breuer.org>
* **/makefile.msc app/gimpcore.def : updated

View File

@ -81,8 +81,8 @@ batch_run (Gimp *gimp,
if (proc)
batch_run_cmd (gimp, proc_name, proc, GIMP_RUN_INTERACTIVE, NULL);
else
g_message (_("The batch interpreter '%s' is not available, "
"batch mode disabled."), proc_name);
g_message (_("The batch interpreter '%s' is not available. "
"Batch mode disabled."), proc_name);
}
else
{