From 1945260cd6d3dac43527268285ebd4c0ba61f3a6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 24 Jun 2014 12:28:45 -0400 Subject: [PATCH] there's no me in proaudio --- gtk2_ardour/editor_ops.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index 759c795e38..7f0aacb17d 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -7129,7 +7129,7 @@ Editor::lock () ArdourButton* b = manage (new ArdourButton); b->set_name ("lock button"); - b->set_markup (string_compose ("%1", _("Click me to unlock"))); + b->set_markup (string_compose ("%1", _("Click to unlock"))); b->signal_clicked.connect (sigc::mem_fun (*this, &Editor::unlock)); lock_dialog->get_vbox()->pack_start (*b);