From 86f8b9e12dcd95ef8ba27279ef72e8fb7b19091d Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Sun, 11 Oct 2015 11:37:52 -0500 Subject: [PATCH] revert 7e0055; the original text better reflected reality --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ));