summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2015-10-08 05:59:09 +1100
committernick_m <mainsbridge@gmail.com>2015-10-20 00:53:30 +1100
commita34f24d8de7432996f79384bf3f48e5e6b749bb3 (patch)
treed8b584174844a59c79df4ddd136fa0e431c4e918
parent7494b94c63bef5336b6b9e6415bc3ec7285b58f1 (diff)
Rc option editor - alter restart message for user interaction tab.
-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 b177598045..2ba4c50424 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 when your project is saved and %1 is restarted."), PROGRAM_NAME);
+ 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);
/* internationalize and prepare for use with combos */
vector<string> dumb;