From 81a10a26e02f458188e40b9eadcb2c8b3400953d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 13 Jul 2016 18:27:53 -0400 Subject: regenerate and manually fix all PO files so that ./waf i18n doesn't generate unnecessary errors --- libs/ardour/io.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/io.cc') diff --git a/libs/ardour/io.cc b/libs/ardour/io.cc index ab667815cc..2931e8d23a 100644 --- a/libs/ardour/io.cc +++ b/libs/ardour/io.cc @@ -1579,13 +1579,13 @@ IO::bundle_channel_name (uint32_t c, uint32_t n, DataType t) const case 2: return c == 0 ? _("L") : _("R"); default: - snprintf (buf, sizeof(buf), _("%d"), (c + 1)); + snprintf (buf, sizeof(buf), "%d", (c + 1)); return buf; } } else { - snprintf (buf, sizeof(buf), _("%d"), (c + 1)); + snprintf (buf, sizeof(buf), "%d", (c + 1)); return buf; } -- cgit v1.2.3