Small fix in the text

desktop effect -> desktop effects
is -> were
Spacing fix
wilder-portage
Albert Astals Cid 15 years ago
parent 49c107966b
commit 18df5b4731
  1. 4
      src/EditProfileDialog.cpp

@ -859,8 +859,8 @@ void EditProfileDialog::updateTransparencyWarning()
}
else if ( ! TerminalDisplay::HAVE_TRANSPARENCY )
{
_ui->transparencyWarningWidget->setText(i18n("Konsole was started before desktop effect is enabled. "
" You need to restart konsole to see transparent background."));
_ui->transparencyWarningWidget->setText(i18n("Konsole was started before desktop effects were enabled."
" You need to restart Konsole to see transparent background."));
_ui->transparencyWarningWidget->setHidden(false);
}

Loading…
Cancel
Save