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
This commit is contained in:
Paul Davis 2013-01-03 00:52:23 +00:00
parent 67265c6d90
commit 3f9ba91ebc

View File

@ -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);