X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_actions.cc;h=692d26fd82d226b268a14b2a2e11d7b37e23c183;hb=3c711f1a9f922780fe4b1ee8bb40f5c9a970d852;hp=baebda73af3fa707cda4b63646d7700a0c51026c;hpb=d02d8e6ebc28c9f4ed3a8358c27a33a1e0a388c9;p=ardour.git 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)); }