Skip to content
Snippets Groups Projects
Verified Commit e572ed21 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

EHN: update message strings (datatype -> data type)

parent 443af754
No related branches found
No related tags found
2 merge requests!44Release 0.6,!43Merge f-GRPC-main to dev
Pipeline #16111 passed
......@@ -55,7 +55,7 @@ public class ServerMessages {
new Message(MessageType.Error, MessageCode.MESSAGE_CODE_UNKNOWN, "Parsing failed.");
public static final Message UNKNOWN_DATATYPE =
new Message(MessageType.Error, MessageCode.MESSAGE_CODE_UNKNOWN, "Unknown datatype.");
new Message(MessageType.Error, MessageCode.MESSAGE_CODE_UNKNOWN, "Unknown data type.");
public static final Message UNKNOWN_IMPORTANCE =
new Message(MessageType.Error, MessageCode.MESSAGE_CODE_UNKNOWN, "Unknown importance.");
......@@ -494,13 +494,13 @@ public class ServerMessages {
new Message(
MessageType.Error,
MessageCode.MESSAGE_CODE_DATA_TYPE_INHERITANCE_AMBIGUOUS,
"The datatype which is to be inherited could not be detected due to divergent datatypes of at least two parents.");
"The data type which is to be inherited could not be detected due to divergent data types of at least two parents.");
public static final Message DATA_TYPE_DOES_NOT_ACCEPT_COLLECTION_VALUES =
new Message(
MessageType.Error,
MessageCode.MESSAGE_CODE_DATA_TYPE_DOES_NOT_ACCEPT_COLLECTION_VALUES,
"This datatype does not accept collections of values (e.g. Lists).");
"This data type does not accept collections of values (e.g. Lists).");
public static final Message CANNOT_PARSE_UNIT =
new Message(
......@@ -554,7 +554,7 @@ public class ServerMessages {
new Message(
MessageType.Warning,
MessageCode.MESSAGE_CODE_PROPERTY_WITH_DATA_TYPE_OVERRIDE,
"This property overrides the datatype.");
"This property overrides the data type.");
public static final Message PROPERTY_WITH_DESC_OVERRIDE =
new Message(
......
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