aboutsummaryrefslogtreecommitdiff
path: root/annotations/src
diff options
context:
space:
mode:
Diffstat (limited to 'annotations/src')
-rw-r--r--annotations/src/main/java/moe/nea/mcautotranslations/annotations/GatheredTranslation.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/annotations/src/main/java/moe/nea/mcautotranslations/annotations/GatheredTranslation.java b/annotations/src/main/java/moe/nea/mcautotranslations/annotations/GatheredTranslation.java
index 18054fd..869ac05 100644
--- a/annotations/src/main/java/moe/nea/mcautotranslations/annotations/GatheredTranslation.java
+++ b/annotations/src/main/java/moe/nea/mcautotranslations/annotations/GatheredTranslation.java
@@ -10,7 +10,7 @@ import java.lang.annotation.Target;
@Target(ElementType.TYPE)
@Repeatable(GatheredTranslations.class)
public @interface GatheredTranslation {
- String key();
+ String translationKey();
- String value();
+ String translationValue();
}