update po files, plus a few fixes and improvements
[goodguy/history.git] / cinelerra-5.1 / guicast / bcresources.C
index 58d3c5879cfc0b08a29f4038254cacdb69e43b68..6fc0f5e1bcfb7cc2a2cd813614a70cc00dab634e 100644 (file)
@@ -1489,7 +1489,7 @@ size_t BC_Resources::encode(const char *from_enc, const char *to_enc,
        {
                if((cd = iconv_open(to_enc, from_enc)) == (iconv_t)-1)
                {
-                       printf(_("Conversion from %s to %s is not available"),
+                       printf(_("Conversion from %s to %s is not available\n"),
                                from_enc, to_enc);
                        return 0;
                }