diff options
author | Jan Dalheimer <jan@dalheimer.de> | 2014-02-17 20:31:50 +0100 |
---|---|---|
committer | Jan Dalheimer <jan@dalheimer.de> | 2014-02-17 20:31:50 +0100 |
commit | 0b56b5efafffca77d6deee966097c55e78fb0aef (patch) | |
tree | ddb7011fde89c587b864a8c1d6d36cdcaef6472b /logic/OneSixVersionBuilder.cpp | |
parent | 4e8be668cb9b3c4929748aafb1baf53e6b1c098b (diff) | |
download | MultiMC-0b56b5efafffca77d6deee966097c55e78fb0aef.tar MultiMC-0b56b5efafffca77d6deee966097c55e78fb0aef.tar.gz MultiMC-0b56b5efafffca77d6deee966097c55e78fb0aef.tar.lz MultiMC-0b56b5efafffca77d6deee966097c55e78fb0aef.tar.xz MultiMC-0b56b5efafffca77d6deee966097c55e78fb0aef.zip |
Instance flags. Currently used for marking instances as broken. Can later be used for badges.
Diffstat (limited to 'logic/OneSixVersionBuilder.cpp')
-rw-r--r-- | logic/OneSixVersionBuilder.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/logic/OneSixVersionBuilder.cpp b/logic/OneSixVersionBuilder.cpp index 932374f9..a4bac80a 100644 --- a/logic/OneSixVersionBuilder.cpp +++ b/logic/OneSixVersionBuilder.cpp @@ -846,7 +846,7 @@ bool OneSixVersionBuilder::build(const bool onlyVanilla) { QMessageBox::critical( m_widgetParent, QObject::tr("Error"), - QObject::tr("The version descriptors of this instance are now compatible with the current version of MultiMC")); + QObject::tr("The version descriptors of this instance are not compatible with the current version of MultiMC")); return false; } } @@ -880,7 +880,7 @@ bool OneSixVersionBuilder::build(const bool onlyVanilla) { QMessageBox::critical( m_widgetParent, QObject::tr("Error"), - QObject::tr("The version descriptors of this instance are now compatible with the current version of MultiMC")); + QObject::tr("The version descriptors of this instance are not compatible with the current version of MultiMC")); return false; } } @@ -931,7 +931,7 @@ bool OneSixVersionBuilder::build(const bool onlyVanilla) { QMessageBox::critical( m_widgetParent, QObject::tr("Error"), - QObject::tr("The version descriptors of this instance are now compatible with the current version of MultiMC")); + QObject::tr("The version descriptors of this instance are not compatible with the current version of MultiMC")); return false; } } @@ -1024,7 +1024,7 @@ bool OneSixVersionBuilder::read(const QJsonObject &obj) { QMessageBox::critical( m_widgetParent, QObject::tr("Error"), - QObject::tr("The version descriptors of this instance are now compatible with the current version of MultiMC")); + QObject::tr("The version descriptors of this instance are not compatible with the current version of MultiMC")); return false; } |