Fix minor typo

This commit is contained in:
Yuri Chornoivan 2015-12-03 18:42:27 +02:00
parent efce6b76a0
commit 87c79a7173
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ bool SnarlBackend::canUpdateNotification() const
bool SnarlBackend::isReady()
{
if (!qobject_cast< QApplication * >(qApp)) {
setErrorString(tr("This plugin only works with QApllication"));
setErrorString(tr("This plugin only works with QApplication"));
return false;
}

View File

@ -99,7 +99,7 @@ void TrayIconNotifer::actionInvoked()
bool TrayIconNotifer::isReady()
{
if (!qobject_cast< QApplication * >(qApp)) {
setErrorString(tr("This plugin only works with QApllication"));
setErrorString(tr("This plugin only works with QApplication"));
return false;
}
return true;