summaryrefslogtreecommitdiff
path: root/eitscan.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-05-05 13:08:07 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-05-05 13:08:07 +0200
commit6d0cb1beb03ab85fe59dca2d15f3147636824f97 (patch)
tree672fdf003e07a5d32deb3c7181898c52eaf8092f /eitscan.c
parentff0a48d3be932e2d3ecab694ec013714b82db89f (diff)
downloadvdr-6d0cb1beb03ab85fe59dca2d15f3147636824f97.tar.gz
vdr-6d0cb1beb03ab85fe59dca2d15f3147636824f97.tar.bz2
Added missing text internationalization for "Starting EPG scan"
Diffstat (limited to 'eitscan.c')
-rw-r--r--eitscan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eitscan.c b/eitscan.c
index a1bff662..e69ae055 100644
--- a/eitscan.c
+++ b/eitscan.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: eitscan.c 1.23 2004/10/31 16:19:49 kls Exp $
+ * $Id: eitscan.c 1.24 2005/05/05 13:05:00 kls Exp $
*/
#include "eitscan.h"
@@ -152,7 +152,7 @@ void cEITScanner::Process(void)
if ((!Channel->Ca() || Channel->Ca() == Device->DeviceNumber() + 1 || Channel->Ca() >= 0x0100) && Device->ProvidesTransponder(Channel)) {
if (Device == cDevice::PrimaryDevice() && !currentChannel) {
currentChannel = Device->CurrentChannel();
- Skins.Message(mtInfo, "Starting EPG scan");
+ Skins.Message(mtInfo, tr("Starting EPG scan"));
}
currentDevice = Device;//XXX see also dvbdevice.c!!!
Device->SwitchChannel(Channel, false);