xlat changes, layout changes
[goodguy/history.git] / cinelerra-5.1 / cinelerra / filevorbis.C
index e99169d25b2ce99936f6f752cfacdd54a486d374..26b39119de61a1d124364afd6b0b178a266569b2 100644 (file)
@@ -163,7 +163,7 @@ int FileVorbis::open_file(int rd, int wr)
        {
                if(!(fd = fopen(asset->path, "wb")))
                {
-                       eprintf("Error while opening \"%s\" for writing. \n%m\n", asset->path);
+                       eprintf(_("Error while opening \"%s\" for writing. \n%m\n"), asset->path);
                        result = 1;
                }
                else