Skip to content

Commit

Permalink
Update mod info
Browse files Browse the repository at this point in the history
  • Loading branch information
ringosham committed Aug 24, 2020
1 parent bfc51da commit cad0033
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static void printChatMessageAdvanced(String message, String hoverText, bo
public static void printCredits() {
String version = ModList.get().getModContainerById(TranslationMod.MODID).get().getModInfo().getVersion().toString();
ChatUtil.printChatMessage(false, "Real-time translation mod by Ringosham. Version " + version, TextFormatting.AQUA);
ChatUtil.printChatMessage(false, "Online translation services powered by Yandex and Google", TextFormatting.AQUA);
ChatUtil.printChatMessage(false, "Online translation services powered by Google", TextFormatting.AQUA);
ChatUtil.printChatMessage(false, "Translation results may not be 100% accurate", TextFormatting.AQUA);
}
}

0 comments on commit cad0033

Please sign in to comment.