X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffilevorbis.C;fp=cinelerra-5.1%2Fcinelerra%2Ffilevorbis.C;h=26b39119de61a1d124364afd6b0b178a266569b2;hb=0b78779e9e75131eee81d2e4689b98df0e91c092;hp=e99169d25b2ce99936f6f752cfacdd54a486d374;hpb=5dd3a36e05dd2a50ed626bcd4e317d5f4ca9bf57;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/filevorbis.C b/cinelerra-5.1/cinelerra/filevorbis.C index e99169d2..26b39119 100644 --- a/cinelerra-5.1/cinelerra/filevorbis.C +++ b/cinelerra-5.1/cinelerra/filevorbis.C @@ -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