summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-02-17 12:18:53 -0600
committerBen Loftis <ben@harrisonconsoles.com>2018-02-17 12:18:53 -0600
commitfcb822c45c06d94eff9d72ce399788080b3dad3a (patch)
treef0a0044adf66821d493e9aaf243c2d1d8f330ddd /gtk2_ardour
parent10b80a1c3536bc9517be600d0e58826d514871c4 (diff)
Tweak the text of 2 snap options.
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/rc_option_editor.cc4
1 files changed, 2 insertions, 2 deletions
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)
));