summaryrefslogtreecommitdiff
path: root/menu_commands.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2008-01-08 11:06:55 +0100
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2008-01-08 11:06:55 +0100
commit1eece1a4dfa4cad96b62a346e73d534d66480c2f (patch)
tree61e5ed4b981382f6e3846c6dc2e05016681375ca /menu_commands.c
parent49c85be1e525aa42f01e5d07ffa5de3977c08137 (diff)
downloadvdr-plugin-epgsearch-1eece1a4dfa4cad96b62a346e73d534d66480c2f.tar.gz
vdr-plugin-epgsearch-1eece1a4dfa4cad96b62a346e73d534d66480c2f.tar.bz2
- translation fixes
Diffstat (limited to 'menu_commands.c')
-rw-r--r--menu_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_commands.c b/menu_commands.c
index 5e2148f..42f186e 100644
--- a/menu_commands.c
+++ b/menu_commands.c
@@ -112,7 +112,7 @@ eOSState cMenuSearchCommands::Switch(void)
return osEnd;
else
{
- Skins.Message(mtInfo, tr("Can't switch channel!"));
+ Skins.Message(mtInfo, trVDR("Can't switch channel!"));
return osContinue;
}
}