From 3f9ba91ebc0b948261ae13934e4445eec2aca5e9 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 3 Jan 2013 00:52:23 +0000 Subject: [PATCH] change label in Prefs to better indicate what the ignore-snap modifier is for git-svn-id: svn://localhost/ardour2/branches/3.0@13755 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index fef2b814fb..cef78f8180 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -392,7 +392,7 @@ public: } } - l = manage (left_aligned_label (_("Toggle snap using:"))); + l = manage (left_aligned_label (_("Ignore snap using:"))); l->set_name ("OptionsLabel"); t->attach (*l, 0, 1, 3, 4, FILL | EXPAND, FILL);