summaryrefslogtreecommitdiff
path: root/undelete.c
diff options
context:
space:
mode:
Diffstat (limited to 'undelete.c')
-rw-r--r--undelete.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/undelete.c b/undelete.c
index 226737b..a3f99b8 100644
--- a/undelete.c
+++ b/undelete.c
@@ -286,7 +286,11 @@ void cPluginUndelete::TestAndSetOSDLanguage(void)
FunctionHotKey[4] = tr("Display$purge all");
FunctionHotKey[5] = tr("Display$salvage all");
FunctionHotKey[6] = tr("Open");
+#if VDRVERSNUM >= 10325
+ FunctionHotKey[7] = tr("Info");
+#else
FunctionHotKey[7] = tr("Summary");
+#endif
FunctionHotKey[8] = tr("Display$<--1");
FunctionHotKey[9] = tr("Display$2-->");
FunctionHotKey[10] = tr("Display$disp. keys");