Skip to content

Commit

Permalink
Better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Mar 12, 2020
1 parent 573788c commit 5041c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OMEdit/OMEditLIB/Util/Helper.cpp
Expand Up @@ -749,9 +749,9 @@ QString GUIMessages::getMessage(int type)
case REVERT_PREVIOUS_OR_FIX_ERRORS_MANUALLY:
return tr("<br /><br />If you cannot find the source of the error, you can always <b>revert to the last correct version</b>.");
case NO_OPENMODELICA_KEYWORDS:
return tr("Please make sure you are not using any OpenModelica Keywords like (model, package, record, class etc.)");
return tr("Please make sure you are not using any OpenModelica/Modelica Keywords like model, package, record, class etc.");
case UNABLE_TO_CREATE_CLASS:
return tr("Unable to create class <b>%1</b>. Invalid name.<br /><br />%2.");
return tr("Unable to create class <b>%1</b>. Invalid name.<br /><br />%2");
case UNABLE_TO_LOAD_FILE:
return tr("Error has occurred while loading the file/library <b>%1</b>. Unable to load the file/library.");
case UNABLE_TO_OPEN_FILE:
Expand Down

0 comments on commit 5041c4b

Please sign in to comment.