Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMontag committed Aug 9, 2019
1 parent da8a78a commit a9c5a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support/distributionvalidator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void DistributionValidator::checkCompatibility()
GamsProcess gp;
QString about = gp.aboutGAMS();
if (about.isEmpty()) {
QString error = QString("Could not find GAMS. Please check our GAMS setup. %1\n%2")
QString error = QString("Could not find GAMS. Please check your GAMS setup. %1\n%2")
.arg("The installation instructions can be found at www.gams.com/latest/docs/UG_MAIN.html#UG_INSTALL")
.arg("Current path to GAMS: " + CommonPaths::systemDir());
emit newError(error);
Expand Down

0 comments on commit a9c5a39

Please sign in to comment.