Merge pull request #917 from Scrumplex/fix-translations-2
This commit is contained in:
commit
dce435c882
@ -105,7 +105,7 @@ void JavaCommon::javaBinaryWasBad(QWidget *parent, JavaCheckResult result)
|
|||||||
void JavaCommon::javaCheckNotFound(QWidget *parent)
|
void JavaCommon::javaCheckNotFound(QWidget *parent)
|
||||||
{
|
{
|
||||||
QString text;
|
QString text;
|
||||||
text += QObject::tr("Java checker library could not be found. Please check your installation");
|
text += QObject::tr("Java checker library could not be found. Please check your installation.");
|
||||||
CustomMessageBox::selectable(parent, QObject::tr("Java test failure"), text, QMessageBox::Warning)->show();
|
CustomMessageBox::selectable(parent, QObject::tr("Java test failure"), text, QMessageBox::Warning)->show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user