X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fphotoscale%2Fphotoscale.C;h=5c3f3c79a8dbb7eb3f8a1bb3a1d9d40863b95458;hb=559af27994c49da1d98e085f4ac2ec1ad1d1d27c;hp=f858456ab2dc74a443577a5bf276f229b01a109a;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/photoscale/photoscale.C b/cinelerra-5.1/plugins/photoscale/photoscale.C index f858456a..5c3f3c79 100644 --- a/cinelerra-5.1/plugins/photoscale/photoscale.C +++ b/cinelerra-5.1/plugins/photoscale/photoscale.C @@ -288,7 +288,7 @@ PhotoScaleMain::~PhotoScaleMain() if(engine) delete engine; } -const char* PhotoScaleMain::plugin_title() { return _("Auto Scale"); } +const char* PhotoScaleMain::plugin_title() { return N_("Auto Scale"); } int PhotoScaleMain::is_realtime() { return 1; }