Fix some issues

This commit is contained in:
modmuss50 2020-04-26 19:39:06 +01:00
parent 7ccd5bcebd
commit 8051e0cfbb
8 changed files with 19 additions and 10 deletions

View file

@ -85,7 +85,7 @@ public class ToolTipAssistUtils {
if(I18n.hasTranslation(key)){
if(!hidden || Screen.hasShiftDown()){
String info = new TranslatableText(key).asString();
String info = I18n.translate(key);
String infoLines[] = info.split("\\r?\\n");
for (String infoLine: infoLines) {