mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
Rc option editor - alter restart message for user interaction tab.
This commit is contained in:
parent
7494b94c63
commit
a34f24d8de
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue