Fix typo to preserve sanity (#4857)
* compatable > compatible * compatable > compatible
This commit is contained in:
committed by
GitHub
parent
120c694a42
commit
b75a8d5260
@@ -279,7 +279,7 @@ public class ModsDialog extends BaseDialog{
|
||||
text.labelWrap("@mod.erroredcontent").growX();
|
||||
text.row();
|
||||
}else if(mod.meta.hidden){
|
||||
text.labelWrap("@mod.multiplayercompatable").growX();
|
||||
text.labelWrap("@mod.multiplayer.compatible").growX();
|
||||
text.row();
|
||||
}
|
||||
}).top().growX();
|
||||
|
||||
Reference in New Issue
Block a user