From e104c57e6ad299f971a029bce7e097aefa27b421 Mon Sep 17 00:00:00 2001 From: Cristian Tibirna Date: Sun, 7 Apr 2002 02:22:25 +0000 Subject: [PATCH] GUI: CT: close bug:40009 svn path=/trunk/kdebase/kwin/; revision=147552 --- workspace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();