CVS_SILENT i18n style guide fix

svn path=/trunk/kdebase/kwin/; revision=383602
This commit is contained in:
Stephan Binner 2005-01-29 10:40:39 +00:00
parent 05eda26865
commit 5bf424bc44

View file

@ -1559,7 +1559,7 @@ bool KTranslucencyConfig::kompmgrAvailable()
void KTranslucencyConfig::showWarning(bool alphaActivated) void KTranslucencyConfig::showWarning(bool alphaActivated)
{ {
if (alphaActivated) if (alphaActivated)
KMessageBox::information(this, i18n("<qt>Translucency support is new and may cause problems<br> including crashes (sometimes the translucency engine, seldom even X)</qt>"), i18n("Warning")); KMessageBox::information(this, i18n("<qt>Translucency support is new and may cause problems<br> including crashes (sometimes the translucency engine, seldom even X).</qt>"), i18n("Warning"));
} }
#include "windows.moc" #include "windows.moc"