From 9d027356d1e072f5fbdaa38e148647e29626c272 Mon Sep 17 00:00:00 2001 From: austriancoder Date: Sun, 8 Aug 2004 22:25:23 +0000 Subject: rewrote i18n support --- HISTORY | 1 + dxr3device.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 05132d5..7dbbe0c 100644 --- a/HISTORY +++ b/HISTORY @@ -234,3 +234,4 @@ NOTE: I havent found time to include all of the languages, will be done in pre2 - fixed output of anamorphic video, if tv aspect is configured to 16:9 in DVB setup menu thanks Seppo Ingalsuo +- rewrote i18n support diff --git a/dxr3device.c b/dxr3device.c index b7e2553..9fdeba8 100644 --- a/dxr3device.c +++ b/dxr3device.c @@ -88,7 +88,7 @@ bool cDxr3Device::SetPlayMode(ePlayMode PlayMode) if (PlayMode == pmExtern_THIS_SHOULD_BE_AVOIDED) { - Tools::WriteInfoToOsd("Dxr3: Releasing devices\n"); + Tools::WriteInfoToOsd(tr("DXR3: Releasing devices")); cDxr3Interface::Instance().ExternalReleaseDevices(); } else -- cgit v1.2.3