fixed typo

svn path=/trunk/kdebase/kwin/; revision=332526
icc-effect-5.14.5
Stephan Kulow 2004-07-25 11:55:16 +00:00
parent cc6b654b6f
commit fdbebdc4c0
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ void LaptopClient::init()
button[BtnClose] = new LaptopButton(btnWidth2, th, this, "close",
close_bits, i18n("Close"));
button[BtnSticky] = new LaptopButton(btnWidth1, th, this, "sticky",
NULL, isOnAllDesktops()?i18n("Not an all desktops"):i18n("On all desktops"));
NULL, isOnAllDesktops()?i18n("Not on all desktops"):i18n("On all desktops"));
if(isOnAllDesktops())
button[BtnSticky]->setBitmap(unsticky_bits);
else