diff options
-rw-r--r-- | kcontrol/randr/tderandrtray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/randr/tderandrtray.cpp b/kcontrol/randr/tderandrtray.cpp index 4d998efd7..4256c5287 100644 --- a/kcontrol/randr/tderandrtray.cpp +++ b/kcontrol/randr/tderandrtray.cpp @@ -291,7 +291,7 @@ void KRandRSystemTray::contextMenuAboutToShow(TDEPopupMenu* menu) } } - menu->insertTitle(SmallIcon("randr"), i18n("Global Configuation")); + menu->insertTitle(SmallIcon("randr"), i18n("Global Configuration")); TDEAction *actColors = new TDEAction( i18n( "Configure Displays..." ), SmallIconSet( "configure" ), TDEShortcut(), TQT_TQOBJECT(this), TQT_SLOT( slotDisplayConfig() ), |