X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fshbtnprefs.C;h=4814c3a9fe13c1ac732115027390ffa116907ae4;hb=0b78779e9e75131eee81d2e4689b98df0e91c092;hp=6fe4fc3b968dc6922b5bc457ab05a084d1d64236;hpb=b2106cd755a98389f1f6d373a71201b68377d74f;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/shbtnprefs.C b/cinelerra-5.1/cinelerra/shbtnprefs.C index 6fe4fc3b..4814c3a9 100644 --- a/cinelerra-5.1/cinelerra/shbtnprefs.C +++ b/cinelerra-5.1/cinelerra/shbtnprefs.C @@ -189,7 +189,7 @@ ShBtnTextWindow::~ShBtnTextWindow() } ShBtnErrWarn::ShBtnErrWarn(ShBtnTextWindow *st_window, int x, int y) - : BC_CheckBox(x, y, &st_window->warn, "Warn on err exit") + : BC_CheckBox(x, y, &st_window->warn, _("Warn on err exit")) { this->st_window = st_window; }