X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Feffectlist.C;h=2f9a5dbadc39c29c322264d437b5b3010c81cfc6;hb=60f8df69db9ddd8148bfc41a17bb0955b52a45e6;hp=bc7e5e3fac480d8dfd95d1c265954d94a5980857;hpb=55ccff122957ddfaa871cf8f251cfe866732c870;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/effectlist.C b/cinelerra-5.1/cinelerra/effectlist.C index bc7e5e3f..2f9a5dba 100644 --- a/cinelerra-5.1/cinelerra/effectlist.C +++ b/cinelerra-5.1/cinelerra/effectlist.C @@ -50,7 +50,7 @@ void EffectTipDialog::start(int x, int y, const char *effect, const char *text) close_window(); AWindowGUI *gui = awindow->gui; char string[BCTEXTLEN]; - sprintf(string, _("Effect info: %s"), effect); + sprintf(string, _("Effect info: %s"), _(effect)); int effect_w = BC_Title::calculate_w(gui, string); int text_w = BC_Title::calculate_w(gui, text); int text_h = BC_Title::calculate_h(gui, text);