summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2015-10-16 04:36:11 +1100
committernick_m <mainsbridge@gmail.com>2015-10-20 00:53:31 +1100
commitd0c94c9779c2b50deb84192238680709a745d799 (patch)
tree2d260db191cd96dd7f7ca263e35c9b4bf9ec8897 /gtk2_ardour/rc_option_editor.cc
parent998fd1b0154050a0488ddbe0b4b950416ad53ed7 (diff)
Clarify user interaction preference tooltips. Also rebase branch on master.
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 2ba4c50424..2238033816 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -371,7 +371,7 @@ public:
_insert_note_button_adjustment (3, 1, 5),
_insert_note_button_spin (_insert_note_button_adjustment)
{
- const Glib::ustring restart_msg = string_compose (_("\nThis setting will only take effect after your project has been saved and %1 has been restarted."), PROGRAM_NAME);
+ const Glib::ustring restart_msg = _("\nChanges to this setting will only persist after your project has been saved.");
/* internationalize and prepare for use with combos */
vector<string> dumb;