fix awdw solo vicon crash, fix nested clip for binfolders, open edit edl
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / zoombar.C
index 79d862fb2c0237406b5098a60f29db105f95801a..2d37401413f8d429f660b778a7f5b098b353b4cc 100644 (file)
@@ -77,11 +77,11 @@ void ZoomBar::create_objects()
        x += amp_zoom->get_w();
        atrack_zoom = new ATrackZoomPanel(mwindow, this, x, y);
        atrack_zoom->create_objects();
-       atrack_zoom->set_tooltip(_("Height of audio tracks in the timeline"));
+       atrack_zoom->set_tooltip(_("Height of audio tracks"));
        x += atrack_zoom->get_w() + xs10;
        vtrack_zoom = new VTrackZoomPanel(mwindow, this, x, y);
        vtrack_zoom->create_objects();
-       vtrack_zoom->set_tooltip(_("Height of video tracks in the timeline"));
+       vtrack_zoom->set_tooltip(_("Height of video tracks"));
        x += vtrack_zoom->get_w() + xs10;
 
        int wid = xS(120);