update internationalization data
[goodguy/history.git] / cinelerra-5.0 / cinelerra / playbackprefs.C
index a822504d4257a40e69ec7b436635aa83d7a7b1ad..b1e8bf66ecbe3a9575274ba1a840d8580abb7daa 100644 (file)
@@ -156,7 +156,7 @@ SET_TRACE
        add_subwindow(window = new VideoEveryFrame(pwindow, this, x, y));
 
        add_subwindow(new BC_Title(x + 200, y + 5, _("Framerate achieved:")));
-       add_subwindow(framerate_title = new BC_Title(x + 350, y + 5, _("--"), MEDIUMFONT, RED));
+       add_subwindow(framerate_title = new BC_Title(x + 350, y + 5, "--", MEDIUMFONT, RED));
        draw_framerate(0);
        y += window->get_h() + 5;