summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu.c b/menu.c
index 62cc9fd..3901791 100644
--- a/menu.c
+++ b/menu.c
@@ -769,7 +769,7 @@ eOSState cMainMenu::SelectItem(void)
if(!info->isExecutable() || !info->isReadable())
{
DELETENULL(info);
- OsdMsg(mtError,tr("No rights to change inside this directory!"));
+ OsdMsg(mtError,tr("No rights to access this directory!"));
return osContinue;
break;
}
@@ -1066,7 +1066,7 @@ void cMainMenu::SetState(eMainMenuState state)
else
strn0cpy(CMDImg->NewFile, info->FileName(), MaxFileName);
DELETENULL(info);
- Ins(new cMenuEditStrItem(tr("Rename:"), CMDImg->NewFile, MaxFileName, tr(" abcdefghijklmnopqrstuvwxyz0123456789-_.#~")),
+ Ins(new cMenuEditStrItem(tr("Rename"), CMDImg->NewFile, MaxFileName, tr(" abcdefghijklmnopqrstuvwxyz0123456789-_.#~")),
true,
mItem);
dmItem = mItem;