summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraustriancoder <austriancoder>2004-08-08 22:25:23 +0000
committeraustriancoder <austriancoder>2004-08-08 22:25:23 +0000
commit9d027356d1e072f5fbdaa38e148647e29626c272 (patch)
tree935bc70b6c6f2aa37527220dc96384045bfec671
parent1719792e23bbb44a8f3c815885fa339dac9c9401 (diff)
downloadvdr-plugin-dxr3-9d027356d1e072f5fbdaa38e148647e29626c272.tar.gz
vdr-plugin-dxr3-9d027356d1e072f5fbdaa38e148647e29626c272.tar.bz2
rewrote i18n support
-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