Fix a few things related to the translations

This commit is contained in:
Jan Dalheimer
2014-01-04 11:49:06 +01:00
parent c35012f1a5
commit 3b97e3c363
3 changed files with 11 additions and 12 deletions

View File

@ -50,8 +50,8 @@ void showWebsiteForMod(QWidget *parentDlg, Mod &m)
else
{
CustomMessageBox::selectable(
parentDlg, parentDlg->tr("How sad!"),
parentDlg->tr("The mod author didn't provide a website link for this mod."),
parentDlg, QObject::tr("How sad!"),
QObject::tr("The mod author didn't provide a website link for this mod."),
QMessageBox::Warning);
}
}