group selection rework, rm inv title clr, add titlebar alpha textbox, default proxy...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / interfaceprefs.C
index 60241a77972e2723fc5d17d124ec062090560bb2..76bde5e8da7d67e9312523f4ff765fcc39c0730a 100644 (file)
@@ -180,7 +180,7 @@ void InterfacePrefs::create_objects()
        sprintf(string, "%d", pwindow->thread->edl->session->min_meter_db);
        add_subwindow(min_db = new MeterMinDB(pwindow, string, x1, y));
        x1 += min_db->get_w() + 10;
-       add_subwindow(title = new BC_Title(x1, y + 5, _("Max DB:")));
+       add_subwindow(title = new BC_Title(x1, y + 5, _("Max:")));
        x1 += title->get_w() + 10;
        sprintf(string, "%d", pwindow->thread->edl->session->max_meter_db);
        add_subwindow(max_db = new MeterMaxDB(pwindow, string, x1, y));