Update of /cvsroot/ufraw/ufraw
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32602
Modified Files:
ufraw-batch.c
Log Message:
Add missing white-spaces to strings. Update translation files accordingly.
Index: ufraw-batch.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw-batch.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- ufraw-batch.c 13 Sep 2009 02:01:18 -0000 1.27
+++ ufraw-batch.c 6 Oct 2009 02:30:24 -0000 1.28
@@ -105,11 +105,11 @@
g_snprintf(stat, max_name, "[%d/%d]", fileIndex, fileCount);
else
stat[0] = '\0';
- ufraw_message(UFRAW_MESSAGE, _("Loaded %s%s"), uf->filename, stat);
+ ufraw_message(UFRAW_MESSAGE, _("Loaded %s %s"), uf->filename, stat);
status = ufraw_batch_saver(uf);
if (status==UFRAW_SUCCESS || status==UFRAW_WARNING) {
if (uf->conf->createID!=only_id)
- ufraw_message(UFRAW_MESSAGE, _("Saved %s%s"),
+ ufraw_message(UFRAW_MESSAGE, _("Saved %s %s"),
uf->conf->outputFilename, stat);
} else {
exitCode = 1;
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs