summaryrefslogtreecommitdiff
path: root/enigma/src/main/resources
diff options
context:
space:
mode:
authorGravatar 2xsaiko2021-03-25 14:08:23 +0100
committerGravatar GitHub2021-03-25 14:08:23 +0100
commit7fd4903f14458733a4cb7f1e554303c42c2f0de9 (patch)
tree9d4c2bbdf3a4b1673a106232db039787f1fa4f58 /enigma/src/main/resources
parentBump version (diff)
parentWIP full record support (diff)
downloadenigma-fork-7fd4903f14458733a4cb7f1e554303c42c2f0de9.tar.gz
enigma-fork-7fd4903f14458733a4cb7f1e554303c42c2f0de9.tar.xz
enigma-fork-7fd4903f14458733a4cb7f1e554303c42c2f0de9.zip
Merge pull request #361 from modmuss50/records
Record support
Diffstat (limited to 'enigma/src/main/resources')
-rw-r--r--enigma/src/main/resources/lang/en_us.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/enigma/src/main/resources/lang/en_us.json b/enigma/src/main/resources/lang/en_us.json
index 8862f22..fd21faa 100644
--- a/enigma/src/main/resources/lang/en_us.json
+++ b/enigma/src/main/resources/lang/en_us.json
@@ -192,6 +192,7 @@
192 "validation.message.illegal_identifier.long": "Invalid character '%2$s' at position %3$d.", 192 "validation.message.illegal_identifier.long": "Invalid character '%2$s' at position %3$d.",
193 "validation.message.illegal_doc_comment_end": "Javadoc comment cannot contain the character sequence '*/'.", 193 "validation.message.illegal_doc_comment_end": "Javadoc comment cannot contain the character sequence '*/'.",
194 "validation.message.reserved_identifier": "'%s' is a reserved identifier.", 194 "validation.message.reserved_identifier": "'%s' is a reserved identifier.",
195 "validation.message.unknown_record_getter": "Could not find a matching record component getter for %s",
195 196
196 "crash.title": "%s - Crash Report", 197 "crash.title": "%s - Crash Report",
197 "crash.summary": "%s has crashed! =(", 198 "crash.summary": "%s has crashed! =(",