Don't say "writing 1 images".
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 28 Oct 2007 22:59:25 +0000 (22:59 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 28 Oct 2007 22:59:25 +0000 (22:59 +0000)
git-svn-id: http://svn.voria.com/code@997 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/modules/mod_magickpp/trgt_magickpp.cpp

index 01925cd..23df13c 100644 (file)
@@ -186,7 +186,7 @@ magickpp_trgt::~magickpp_trgt()
                        filename = (filename_sans_extension(filename) + ".%04d" + filename_extension(filename));
                }
 
-               synfig::info("writing %d images to %s", images.size(), filename.c_str());
+               synfig::info("writing %d image%s to %s", images.size(), images.size() == 1 ? "" : "s", filename.c_str());
                try
                {
                        Magick::writeImages(images.begin(), images.end(), filename);