CVS_SILENT i18n style guide fix

svn path=/trunk/kdebase/kwin/; revision=383602
icc-effect-5.14.5
Stephan Binner 2005-01-29 10:40:39 +00:00
parent 05eda26865
commit 5bf424bc44
1 changed files with 1 additions and 1 deletions

View File

@ -1559,7 +1559,7 @@ bool KTranslucencyConfig::kompmgrAvailable()
void KTranslucencyConfig::showWarning(bool 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"