From dcbee9a27be6afba6f97a837ee2e667f83c51fb9 Mon Sep 17 00:00:00 2001 From: Malcolm Hunter Date: Wed, 17 Jul 2002 12:25:21 +0000 Subject: [PATCH] Corrected typographical errors svn path=/trunk/kdebase/kwin/; revision=167137 --- kcmkwin/kwinoptions/windows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcmkwin/kwinoptions/windows.cpp b/kcmkwin/kwinoptions/windows.cpp index 448e80a81d..1e6361373b 100644 --- a/kcmkwin/kwinoptions/windows.cpp +++ b/kcmkwin/kwinoptions/windows.cpp @@ -750,7 +750,7 @@ KMovingConfig::KMovingConfig (KConfig *_config, QWidget *parent, const char *) placementCombo->insertItem(i18n("Cascade"), CASCADE_PLACEMENT); placementCombo->insertItem(i18n("Random"), RANDOM_PLACEMENT); placementCombo->insertItem(i18n("Centered"), CENTERED_PLACEMENT); - placementCombo->insertItem(i18n("ZeroCornered"), ZEROCORNERED_PLACEMENT); + placementCombo->insertItem(i18n("Zero-Cornered"), ZEROCORNERED_PLACEMENT); // CT: disabling is needed as long as functionality misses in kwin //placementCombo->insertItem(i18n("Interactive"), INTERACTIVE_PLACEMENT); //placementCombo->insertItem(i18n("Manual"), MANUAL_PLACEMENT);