use translatable strings for TC info,

and prepare delta display

git-svn-id: svn://localhost/ardour2/branches/3.0@13275 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Robin Gareus 2012-10-14 16:42:32 +00:00
parent bdcd6dba69
commit 3769c060f2
2 changed files with 29 additions and 10 deletions

View file

@ -451,7 +451,11 @@ sync_source_to_string (SyncSource src, bool sh)
}
case MIDIClock:
return _("MIDI Clock");
if (sh) {
return _("M-Clock");
} else {
return _("MIDI Clock");
}
case LTC:
return _("LTC");