Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
[NF] Improve replaceable base class error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
perost authored and OpenModelica-Hudson committed Feb 25, 2019
1 parent 7c64e95 commit 1784812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Util/Error.mo
Expand Up @@ -472,7 +472,7 @@ public constant Message CIRCULAR_COMPONENTS = MESSAGE(170, TRANSLATION(), ERROR(
public constant Message FAILURE_TO_DEDUCE_DIMS_FROM_MOD = MESSAGE(171, TRANSLATION(), WARNING(),
Util.gettext("Failed to deduce dimensions of %s due to unknown dimensions of modifier %s."));
public constant Message REPLACEABLE_BASE_CLASS = MESSAGE(172, TRANSLATION(), ERROR(),
Util.gettext("Class %s in extends %s is replaceable."));
Util.gettext("Class '%s' in 'extends %s' is replaceable, the base class name must be transitively non-replaceable."));
public constant Message NON_REPLACEABLE_CLASS_EXTENDS = MESSAGE(173, TRANSLATION(), ERROR(),
Util.gettext("Non-replaceable base class %s in class extends."));
public constant Message ERROR_FROM_HERE = MESSAGE(174, TRANSLATION(), NOTIFICATION(),
Expand Down

0 comments on commit 1784812

Please sign in to comment.