diff --git a/src/tdepowersave.cpp b/src/tdepowersave.cpp index d9e790b..2c3dfce 100644 --- a/src/tdepowersave.cpp +++ b/src/tdepowersave.cpp @@ -220,7 +220,7 @@ void tdepowersave::initMenu() { help_menu->insertSeparator(); help_menu->insertItem( i18n("&Report a bug ..."), this, TQT_SLOT(slotReportBug())); help_menu->insertItem( SmallIcon("tdepowersave", TQIconSet::Automatic), - i18n("&About tdepowersave"), this, TQT_SLOT(slotAbout())); + i18n("&About TDEPowersave"), this, TQT_SLOT(slotAbout())); HELP_MENU = contextMenu()->insertItem(SmallIcon("help", TQIconSet::Automatic), i18n("&Help"), help_menu);