Skip to content

Commit 6158882

Browse files
committed
fix
1 parent 6b7ee37 commit 6158882

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/main/java/com/robertx22/age_of_exile/uncommon/localization

src/main/java/com/robertx22/age_of_exile/uncommon/localization/Words.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ public enum Words implements IAutoLocName {
215215
Tooltips_Item_Tier("Item Tier: "),
216216
Tooltips_Level("Level: "),
217217
Use_Tip("[Drag onto gear to use]"),
218-
Stat_Req("%1$s Mine: "),
218+
Stat_Req("%1$s Min: "),
219219
Potential("Potential: "),
220-
Quality("Quality: "),
220+
Quality("Quality: ");
221221

222222

223223
private String localization = "";

0 commit comments

Comments
 (0)