CVS commit by mlaurent: Fix ##51231 M +2 -2 knode.cpp 1.110 --- kdenetwork/knode/knode.cpp #1.109:1.110 @@ -595,5 +595,5 @@ void KNMainWindow::initActions() a_ctGrpProperties = new KAction(i18n("Group &Properties..."), "configure", 0, this, SLOT(slotGrpProperties()), actionCollection(), "group_properties"); - a_ctGrpRename = new KAction(i18n("&Rename Group"), "text", 0, this, + a_ctGrpRename = new KAction(i18n("Rename &Group"), "text", 0, this, SLOT(slotGrpRename()), actionCollection(), "group_rename"); a_ctGrpGetNewHdrs = new KAction(i18n("&Get New Articles"), "mail_get" , 0, this, @@ -609,5 +609,5 @@ void KNMainWindow::initActions() a_ctGrpSetAllUnread = new KAction(i18n("Mark All as U&nread"), 0, this, SLOT(slotGrpSetAllUnread()), actionCollection(), "group_allUnread"); - a_ctGrpSetUnread = new KAction(i18n("Mark Last as U&nread..."), 0, this, + a_ctGrpSetUnread = new KAction(i18n("Mark Last as Unr&ead..."), 0, this, SLOT(slotGrpSetUnread()), actionCollection(), "group_unread");