mark the step entry dialog as a dialog even though it is an ArdourWindow, to help...
[ardour.git] / gtk2_ardour / stereo_panner.cc
index fca4377d1e9f931b378e336084488d24dfec7d05..721567bf10de0a8c4c074d7d5ce530a4d533fd74 100644 (file)
@@ -105,7 +105,7 @@ StereoPanner::set_tooltip ()
        */
 
        char buf[64];
-       snprintf (buf, sizeof (buf), "L:%3d R:%3d Width:%d%%", (int) rint (100.0 * (1.0 - pos)),
+       snprintf (buf, sizeof (buf), _("L:%3d R:%3d Width:%d%%"), (int) rint (100.0 * (1.0 - pos)),
                  (int) rint (100.0 * pos),
                  (int) floor (100.0 * width_control->get_value()));
        _tooltip.set_tip (buf);