improve option name consistency.

This commit is contained in:
Robin Gareus 2015-04-04 05:28:56 +02:00
parent de45d01722
commit dc1fa4a975

View File

@ -1523,7 +1523,7 @@ RCOptionEditor::RCOptionEditor ()
_sync_genlock = new BoolOption (
"timecode-source-is-synced",
_("Sync lock timecode to clock - Disable drift compensation."),
_("Sync-lock timecode to clock (disable drift compensation)"),
sigc::mem_fun (*_rc_config, &RCConfiguration::get_timecode_source_is_synced),
sigc::mem_fun (*_rc_config, &RCConfiguration::set_timecode_source_is_synced)
);