Skip to content
Snippets Groups Projects
Commit 4ba20f54 authored by buczekp's avatar buczekp
Browse files

[LMS-2253] minor: changed message

SVN: 21459
parent 5ef10c70
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ public class VocabularyPropertyColRenderer<T extends IEntityPropertiesHolder> ex ...@@ -87,7 +87,7 @@ public class VocabularyPropertyColRenderer<T extends IEntityPropertiesHolder> ex
final String description = term.getDescription(); final String description = term.getDescription();
String result = ""; String result = "";
String unofficialOrEmpty = String unofficialOrEmpty =
term.isOfficial() ? "" : "(ad hoc term created by " + term.getRegistrator() + ")"; term.isOfficial() ? "" : "(ad hoc term added by " + term.getRegistrator() + ")";
if (label == null) if (label == null)
{ {
result += "<b>" + code + " " + unofficialOrEmpty + "</b>"; result += "<b>" + code + " " + unofficialOrEmpty + "</b>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment