xlat changes, layout changes
[goodguy/history.git] / cinelerra-5.1 / cinelerra / shbtnprefs.C
index 6fe4fc3b968dc6922b5bc457ab05a084d1d64236..4814c3a9fe13c1ac732115027390ffa116907ae4 100644 (file)
@@ -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;
 }