Fix some capitalisation in the preferences dialog.
[ardour.git] / libs / panners / stereobalance / panner_balance.cc
index 4794268a55071bb15bd9f78bcdca0ced3f0132fa..7c0d7e7ff607ae6d7db5add61267ec9ebdea7ec9 100644 (file)
@@ -321,7 +321,7 @@ Pannerbalance::value_as_string (boost::shared_ptr<AutomationControl> ac) const
                                        (int) rint (100.0 * val));
 
                default:
-                       return _pannable->value_as_string (ac);
+                       return _("unused");
        }
 }