summaryrefslogtreecommitdiff
path: root/gtk2_ardour/group_tabs.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-12-07 03:28:19 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-12-07 03:28:19 +0000
commit5468eb57886af60a2e5eeafb93cb8d8f79ab62f4 (patch)
treed3a9179f6a675648ed93b68801e19bbbac4aa43f /gtk2_ardour/group_tabs.cc
parentc2956012ff838644229e4c926f3bbb44e1d78892 (diff)
clarify meaning of route group tab context menu items
git-svn-id: svn://localhost/ardour2/branches/3.0@10929 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/group_tabs.cc')
-rw-r--r--gtk2_ardour/group_tabs.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/group_tabs.cc b/gtk2_ardour/group_tabs.cc
index 2f4dd7adc3..3a35ceb064 100644
--- a/gtk2_ardour/group_tabs.cc
+++ b/gtk2_ardour/group_tabs.cc
@@ -324,8 +324,8 @@ GroupTabs::get_menu (RouteGroup* g)
add_menu_items (_menu, g);
items.push_back (SeparatorElem());
- items.push_back (MenuElem (_("Activate All"), sigc::mem_fun(*this, &GroupTabs::activate_all)));
- items.push_back (MenuElem (_("Disable All"), sigc::mem_fun(*this, &GroupTabs::disable_all)));
+ items.push_back (MenuElem (_("Enable All Groups"), sigc::mem_fun(*this, &GroupTabs::activate_all)));
+ items.push_back (MenuElem (_("Disable All Groups"), sigc::mem_fun(*this, &GroupTabs::disable_all)));
return _menu;