mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-22 05:07:07 +01:00
revert 7e0055; the original text better reflected reality
This commit is contained in:
parent
f8875df18f
commit
86f8b9e12d
1 changed files with 1 additions and 1 deletions
|
|
@ -1865,7 +1865,7 @@ RCOptionEditor::RCOptionEditor ()
|
|||
add_option (_("Misc"),
|
||||
new BoolOption (
|
||||
"periodic-safety-backups",
|
||||
_("Automatically save the session file at regular intervals"),
|
||||
_("Make periodic backups of the session file"),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::get_periodic_safety_backups),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_periodic_safety_backups)
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue