summaryrefslogtreecommitdiff
path: root/vdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'vdr.c')
-rw-r--r--vdr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vdr.c b/vdr.c
index 0bd5416c..444d3c66 100644
--- a/vdr.c
+++ b/vdr.c
@@ -22,7 +22,7 @@
*
* The project's page is at http://www.cadsoft.de/vdr
*
- * $Id: vdr.c 1.308 2008/02/08 15:55:30 kls Exp $
+ * $Id: vdr.c 1.309 2008/02/10 11:53:29 kls Exp $
*/
#include <getopt.h>
@@ -878,7 +878,7 @@ int main(int argc, char *argv[])
if (cDevice::PrimaryDevice()->HasDecoder() && !cDevice::PrimaryDevice()->HasProgramme()) {
// the previous SwitchChannel() has switched away the current live channel
Channels.SwitchTo(Timer->Channel()->Number()); // avoids toggling between old channel and black screen
- Skins.Message(mtInfo, tr("Upcoming VPS recording!"));
+ Skins.Message(mtInfo, tr("Upcoming recording!"));
}
}
}