diff --git a/workspace.cpp b/workspace.cpp index 2d9cd4e223..ee6a1a02dc 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -1616,7 +1616,7 @@ QPopupMenu* Workspace::clientPopup( Client* c ) popup->insertSeparator(); - popup->insertItem(SmallIconSet( "configure" ), i18n("&Configure..."), this, SLOT( configureWM() )); + popup->insertItem(SmallIconSet( "configure" ), i18n("Configur&e..."), this, SLOT( configureWM() )); popup->insertItem(i18n("&To Desktop"), desk_popup ); popup->insertSeparator();