13
0

change wording of autosave option to be more clear

This commit is contained in:
Paul Davis 2015-10-04 12:25:33 -04:00
parent 2fbed9e41f
commit 7e00550e22

View File

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