X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fremovegaps%2Fremovegaps.C;h=0a87accaf3c971ad4182557d19fa63f01bb2caef;hb=5ac2037d8e5ab71a1915389cd08b458cfb60d64f;hp=7f99dd13236ea426a3d05e6363be597956b973dc;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/removegaps/removegaps.C b/cinelerra-5.1/plugins/removegaps/removegaps.C index 7f99dd13..0a87acca 100644 --- a/cinelerra-5.1/plugins/removegaps/removegaps.C +++ b/cinelerra-5.1/plugins/removegaps/removegaps.C @@ -194,7 +194,7 @@ RemoveGaps::~RemoveGaps() delete temp; } -const char* RemoveGaps::plugin_title() { return _("Remove Gaps"); } +const char* RemoveGaps::plugin_title() { return N_("Remove Gaps"); } int RemoveGaps::is_realtime() { return 1; } NEW_WINDOW_MACRO(RemoveGaps, RemoveGapsWindow)