From 4d74b5e42074300c77d48e0c327218387f0ec361 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 14 May 2016 15:06:24 +0200 Subject: action script GUI details (sensitivity + tooltip) --- gtk2_ardour/editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/editor.cc') diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index 49b5b5491e..14021d7e45 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -5740,7 +5740,7 @@ Editor::set_script_action_name (int i, const std::string& n) assert (act); if (n.empty ()) { act->set_label (string_compose (_("Unset #%1"), i + 1)); - act->set_tooltip (_("(no action bound")); + act->set_tooltip (_("no action bound")); act->set_sensitive (false); } else { act->set_label (n); -- cgit v1.2.3