From 3769c060f281fb23e8cb8de5ca6755b85f53602c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 14 Oct 2012 16:42:32 +0000 Subject: 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 --- libs/ardour/utils.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libs/ardour/utils.cc') diff --git a/libs/ardour/utils.cc b/libs/ardour/utils.cc index 904750e9d8..8c990a5e88 100644 --- a/libs/ardour/utils.cc +++ b/libs/ardour/utils.cc @@ -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"); -- cgit v1.2.3