CVS_SILENT i18n style guide fix
svn path=/trunk/kdebase/kwin/; revision=383602
This commit is contained in:
parent
05eda26865
commit
5bf424bc44
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue