From da0adc4f65cec386fbf7075b36f21083aef2b9c1 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sun, 10 Jul 2005 18:53:45 +0000 Subject: [PATCH] unified strings. 2005-07-10 Sven Neumann * app/batch.c (batch_run): unified strings. --- ChangeLog | 4 ++++ app/batch.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2c98caf448..29d4810686 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-07-10 Sven Neumann + + * app/batch.c (batch_run): unified strings. + 2005-07-10 Hans Breuer * **/makefile.msc app/gimpcore.def : updated diff --git a/app/batch.c b/app/batch.c index 43ec821f05..6901ee62a9 100644 --- a/app/batch.c +++ b/app/batch.c @@ -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 {