summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-10-04 12:25:33 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-10-04 12:25:38 -0400
commit7e00550e22735c9d72d71941fb04563419c5c9a4 (patch)
tree026d16591c80d8d2af627365021604f2b60fb4ce /gtk2_ardour/rc_option_editor.cc
parent2fbed9e41f754b2b0dce4bc481f5193532b165b9 (diff)
change wording of autosave option to be more clear
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 a6e76bda2a..8880f5f49f 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -1843,7 +1843,7 @@ RCOptionEditor::RCOptionEditor ()
add_option (_("Misc"),
new BoolOption (
"periodic-safety-backups",
- _("Make periodic backups of the session file"),
+ _("Automatically save the session file at regular intervals"),
sigc::mem_fun (*_rc_config, &RCConfiguration::get_periodic_safety_backups),
sigc::mem_fun (*_rc_config, &RCConfiguration::set_periodic_safety_backups)
));