mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
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:
parent
bdcd6dba69
commit
3769c060f2
2 changed files with 29 additions and 10 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue