diff --git a/part.cpp b/part.cpp index 5d23b5b4c..5f08bd377 100644 --- a/part.cpp +++ b/part.cpp @@ -242,7 +242,7 @@ Part::Part(QWidget *parentWidget, const char *widgetName, m_showLeftPanel->setChecked( Settings::showLeftPanel() ); slotShowLeftPanel(); - KAction * ghns = new KAction(i18n("&Get new stuff"), "knewstuff", 0, this, SLOT(slotGetNewStuff()), ac, "get_new_stuff"); + KAction * ghns = new KAction(i18n("&Get books from internet..."), "knewstuff", 0, this, SLOT(slotGetNewStuff()), ac, "get_new_stuff"); ghns->setShortcut( "G" ); // TEMP, REMOVE ME! m_showProperties = new KAction(i18n("&Properties"), "info", 0, this, SLOT(slotShowProperties()), ac, "properties"); diff --git a/part.rc b/part.rc index de992ecac..026c9c9cd 100644 --- a/part.rc +++ b/part.rc @@ -2,12 +2,11 @@ &File + - - &Edit diff --git a/shell/shell.rc b/shell/shell.rc index 134d34c7b..aa3f0a062 100644 --- a/shell/shell.rc +++ b/shell/shell.rc @@ -2,6 +2,7 @@ +