summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-08-24 20:26:34 +0000
committerCarl Hetherington <carl@carlh.net>2009-08-24 20:26:34 +0000
commitdf71243d6c18e5ae54706b51a6cbe770476ab419 (patch)
tree6dd88e5506ff5335e291770a1d4f99473ac5ee83 /gtk2_ardour/rc_option_editor.cc
parent29fea7b61d2779532957e709d2d7ecf2b440d415 (diff)
Alter snap modifier so that it turns the grid on when it's off as well as vice-versa.
git-svn-id: svn://localhost/ardour2/branches/3.0@5584 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 662387ef1c..06908ca0c1 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -595,7 +595,7 @@ public:
}
}
- l = manage (new Label (_("Ignore snap using:")));
+ l = manage (new Label (_("Toggle snap using:")));
l->set_name ("OptionsLabel");
l->set_alignment (1.0, 0.5);