summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-03 00:52:23 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-03 00:52:23 +0000
commit3f9ba91ebc0b948261ae13934e4445eec2aca5e9 (patch)
treed150ea9b507c5099972a58ba886f24efe45b0d8e /gtk2_ardour/rc_option_editor.cc
parent67265c6d90b2a84300e99ac629f9516b4d43f07f (diff)
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
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
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);