summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Dummer <martin.dummer@gmx.net>2012-10-01 09:54:14 +0200
committerMartin Dummer <martin.dummer@gmx.net>2012-10-01 09:54:14 +0200
commit019dbf2f4d0d010c4ced5eee8a4636e083b1a462 (patch)
tree667fac18d73e52a856c65246bdc9b502bb0b044f
parentd27f2f8e3995ddb7c70dbd6a90efb5c46c2a2ade (diff)
downloadvdr-plugin-undelete-019dbf2f4d0d010c4ced5eee8a4636e083b1a462.tar.gz
vdr-plugin-undelete-019dbf2f4d0d010c4ced5eee8a4636e083b1a462.tar.bz2
fix more typos
-rw-r--r--menusetup.c8
-rw-r--r--undelete.c11
2 files changed, 9 insertions, 10 deletions
diff --git a/menusetup.c b/menusetup.c
index 90704bc..6cf4c45 100644
--- a/menusetup.c
+++ b/menusetup.c
@@ -145,7 +145,7 @@ void cMenuSetupUndelete::Set(int FunctionToSelect)
Add(new cOsdItem (tr("Setup$Display deleted recordings now"), osUser1));
if (DisplayLine(commandline_preference))
- Add(new cMenuEditBoolItem(tr("Setup$Preferr Command Line Parameter"), &commandline_preference.u));
+ Add(new cMenuEditBoolItem(tr("Setup$Prefer Command Line Parameter"), &commandline_preference.u));
if (DisplayLine(mainmenu_visible))
Add(new cMenuEditBoolItem(tr("Setup$Visible in Mainmenu"), &mainmenu_visible.u));
if (DisplayLine(mainmenu_name) && mainmenu_visible.u)
@@ -186,13 +186,13 @@ void cMenuSetupUndelete::Set(int FunctionToSelect)
Add(new cMenuEditKeysItem(name, &functionkey[i].u));
free(name);
}
- Add(new cMenuOsdNoSelectItem(tr("Setup$ ** Spezial handled keys **")));
+ Add(new cMenuOsdNoSelectItem(tr("Setup$ ** Special handled keys **")));
if (FunctionToSelect == 1 && okkey.u == 1)
current = Count();
Add(new cMenuEditStraItem(tr("Setup$ OK-key function"), &okkey.u, MaxFunctionName, FunctionName));
if (FunctionToSelect == 1 && numkey.u == 1)
current = Count();
- Add(new cMenuEditStraItem(tr("Setup$ Numerickey select the entry and"), &numkey.u, 4, FunctionName));
+ Add(new cMenuEditStraItem(tr("Setup$ Numeric key selects the entry and"), &numkey.u, 4, FunctionName));
}
if (DisplayLine(verbose))
Add(new cMenuEditBoolItem(tr("Setup$Verbose Log Mode"), &verbose.u));
@@ -236,7 +236,7 @@ eOSState cMenuSetupUndelete::ProcessKey(eKeys Key)
show_setupfunction = true;
Set(function2);
char *info = NULL;
- asprintf(&info, tr("Error$Key for funtion %s and %s identical."), FunctionName[function1], FunctionName[function2]);
+ asprintf(&info, tr("Error$Key for function %s and %s is identical."), FunctionName[function1], FunctionName[function2]);
INFO(info);
free(info);
state = osContinue;
diff --git a/undelete.c b/undelete.c
index e493ef4..73a4e5c 100644
--- a/undelete.c
+++ b/undelete.c
@@ -420,12 +420,11 @@ const char *cPluginUndelete::CommandLineHelp(void)
" -u --confirm_salvage_all show confirmation for salvage all function\n"
" -U --not_confirm_salvage_all salvage all function without confirmation\n"
" -v --verbose Enable more logging\n"
- " -V --noverbose Disable more loggig\n"
- " --nosetup_commandline Hide the 'Preferr Command Line Parameter'\n"
- " form setup-menu\n"
- " @config-file Read also parameters from this file"
- "\n"
- " note: recording means deleted recordings (there not show in VDR)");
+ " -V --noverbose Disable more logging\n"
+ " --nosetup_commandline Hide the 'Prefer Command Line Parameter'\n"
+ " from plugin setup\n"
+ " @config-file Read also parameters from this file\n"
+ " Note: recording in this plugin's context means deleted recordings");
/* only for translation:
" -m --visible_in_mainmenu Plugin wird im Hautmenü angezeigt\n"