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) ));