typo "something wrong!!" to "something's wrong!!"

--HG--
branch : luzpazB/typo-something-wrong-to-somethings-wrong-1390293666925
This commit is contained in:
luzpazB 2014-01-21 08:41:11 +00:00
parent 4499838b97
commit cb0d9c1b82

View File

@ -110,7 +110,7 @@ bool VApplication::notify(QObject *receiver, QEvent *event)
{
QMessageBox msgBox;
msgBox.setWindowTitle(tr("Error!"));
msgBox.setText(tr("Something wrong!!"));
msgBox.setText(tr("Something's wrong!!"));
msgBox.setInformativeText(e.ErrorMessage());
msgBox.setStandardButtons(QMessageBox::Ok);
msgBox.setDefaultButton(QMessageBox::Ok);