summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_actions.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2015-05-18 16:13:27 -0500
committerBen Loftis <ben@harrisonconsoles.com>2015-05-18 16:13:27 -0500
commit3c711f1a9f922780fe4b1ee8bb40f5c9a970d852 (patch)
treea3c1c9880db893c082c7f40b7a7ef66f37861e1d /gtk2_ardour/editor_actions.cc
parentd02d8e6ebc28c9f4ed3a8358c27a33a1e0a388c9 (diff)
use Go To instead of Goto
Diffstat (limited to 'gtk2_ardour/editor_actions.cc')
-rw-r--r--gtk2_ardour/editor_actions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_actions.cc b/gtk2_ardour/editor_actions.cc
index baebda73af..692d26fd82 100644
--- a/gtk2_ardour/editor_actions.cc
+++ b/gtk2_ardour/editor_actions.cc
@@ -233,7 +233,7 @@ Editor::register_actions ()
for (int i = 1; i <= 12; ++i) {
string const a = string_compose (X_("goto-visual-state-%1"), i);
- string const n = string_compose (_("Goto View %1"), i);
+ string const n = string_compose (_("Go to View %1"), i);
reg_sens (editor_actions, a.c_str(), n.c_str(), sigc::bind (sigc::mem_fun (*this, &Editor::cancel_visual_state_op), i - 1));
}