From 5bf424bc44d4a6100c7b643447a8877c90f8a786 Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Sat, 29 Jan 2005 10:40:39 +0000 Subject: [PATCH] CVS_SILENT i18n style guide fix svn path=/trunk/kdebase/kwin/; revision=383602 --- 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 4297ad828b..0dce61d575 100644 --- a/kcmkwin/kwinoptions/windows.cpp +++ b/kcmkwin/kwinoptions/windows.cpp @@ -1559,7 +1559,7 @@ bool KTranslucencyConfig::kompmgrAvailable() void KTranslucencyConfig::showWarning(bool alphaActivated) { if (alphaActivated) - KMessageBox::information(this, i18n("Translucency support is new and may cause problems
including crashes (sometimes the translucency engine, seldom even X)
"), i18n("Warning")); + KMessageBox::information(this, i18n("Translucency support is new and may cause problems
including crashes (sometimes the translucency engine, seldom even X).
"), i18n("Warning")); } #include "windows.moc"