From fdbebdc4c02288bb8ac30f2813510fdc1d14c5f6 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 25 Jul 2004 11:55:16 +0000 Subject: [PATCH] fixed typo svn path=/trunk/kdebase/kwin/; revision=332526 --- clients/laptop/laptopclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/laptop/laptopclient.cpp b/clients/laptop/laptopclient.cpp index 821754d420..19a0e7731c 100644 --- a/clients/laptop/laptopclient.cpp +++ b/clients/laptop/laptopclient.cpp @@ -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