diff options
author | austriancoder <austriancoder> | 2004-08-08 22:25:23 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-08-08 22:25:23 +0000 |
commit | 9d027356d1e072f5fbdaa38e148647e29626c272 (patch) | |
tree | 935bc70b6c6f2aa37527220dc96384045bfec671 | |
parent | 1719792e23bbb44a8f3c815885fa339dac9c9401 (diff) | |
download | vdr-plugin-dxr3-9d027356d1e072f5fbdaa38e148647e29626c272.tar.gz vdr-plugin-dxr3-9d027356d1e072f5fbdaa38e148647e29626c272.tar.bz2 |
rewrote i18n support
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | dxr3device.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 |