From fcb822c45c06d94eff9d72ce399788080b3dad3a Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Sat, 17 Feb 2018 12:18:53 -0600 Subject: Tweak the text of 2 snap options. --- gtk2_ardour/rc_option_editor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index cc9cef695b..8c11903456 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -2497,7 +2497,7 @@ RCOptionEditor::RCOptionEditor () add_option (_("Editor/Snap"), new BoolOption ( "show-snapped-cursor", - _("Show Snapped Cursor"), + _("Show \"snapped cursor\""), sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::get_show_snapped_cursor), sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_show_snapped_cursor) )); @@ -2505,7 +2505,7 @@ RCOptionEditor::RCOptionEditor () add_option (_("Editor/Snap"), new BoolOption ( "rubberbanding-snaps-to-grid", - _("Snap rubberband to grid"), + _("Snap rubberband selection to grid"), sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::get_rubberbanding_snaps_to_grid), sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_rubberbanding_snaps_to_grid) )); -- cgit v1.2.3