Fix some issues
This commit is contained in:
parent
7ccd5bcebd
commit
8051e0cfbb
8 changed files with 19 additions and 10 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue