improve option name consistency.
authorRobin Gareus <robin@gareus.org>
Sat, 4 Apr 2015 03:28:56 +0000 (05:28 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 4 Apr 2015 03:28:56 +0000 (05:28 +0200)
gtk2_ardour/rc_option_editor.cc

index d228416aad21a6cbe3de1a9dd8b91c6f00da2c2e..4f94b165b0bccf549f62d97f3abf0bf8af067524 100644 (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)
                );