summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY1
-rw-r--r--dxr3device.c2
2 files changed, 2 insertions, 1 deletions
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 <seppo.ingalsuo@iki.fi>
+- 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