summaryrefslogtreecommitdiff
path: root/setup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cpp')
-rw-r--r--setup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cpp b/setup.cpp
index 7acdc38..606ce81 100644
--- a/setup.cpp
+++ b/setup.cpp
@@ -976,7 +976,7 @@ eOSState cMenuSetupXmltv2vdrChannelMap::ProcessKey (eKeys Key)
case kBlue: // copy
if ((Current()<cm) && (baseplugin))
{
- if (Skins.Message(mtInfo,tr("Copy settings to all channels?"))==kOk)
+ if (Skins.Message(mtInfo,tr("Copy to all mapped channels?"))==kOk)
{
const char *oldchannel=channel;
cEPGMapping *tmap=map;