"Sticky" -> "On All Desktops" (string is already present)

svn path=/trunk/kdebase/kwin/; revision=277570
icc-effect-5.14.5
Sandro Giessl 2004-01-07 14:45:09 +00:00
parent 886e045b36
commit ee078866de
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, i18n("Sticky"));
NULL, i18n("On All Desktops"));
if(isOnAllDesktops())
button[BtnSticky]->setBitmap(unsticky_bits);
else