summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2015-10-11 11:37:52 -0500
committerBen Loftis <ben@harrisonconsoles.com>2015-10-11 11:37:52 -0500
commit86f8b9e12dcd95ef8ba27279ef72e8fb7b19091d (patch)
treec25d5c38df7f9d8801c8d37f9a7e7b9bb91b207a
parentf8875df18fba0604ba54b51c7cc8d9ae87c55ce6 (diff)
revert 7e0055; the original text better reflected reality
-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 b5f9dc9a08..c2671a6d56 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -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)
));