Fix typo to preserve sanity (#4857)
* compatable > compatible * compatable > compatible
This commit is contained in:
committed by
GitHub
parent
120c694a42
commit
b75a8d5260
@@ -126,7 +126,7 @@ mod.installed = [[Installed]
|
|||||||
mod.display = [gray]Mod:[orange] {0}
|
mod.display = [gray]Mod:[orange] {0}
|
||||||
mod.enabled = [lightgray]Enabled
|
mod.enabled = [lightgray]Enabled
|
||||||
mod.disabled = [scarlet]Disabled
|
mod.disabled = [scarlet]Disabled
|
||||||
mod.multiplayercompatable = [gray]Multiplayer Compatible
|
mod.multiplayer.compatible = [gray]Multiplayer Compatible
|
||||||
mod.disable = Disable
|
mod.disable = Disable
|
||||||
mod.content = Content:
|
mod.content = Content:
|
||||||
mod.delete.error = Unable to delete mod. File may be in use.
|
mod.delete.error = Unable to delete mod. File may be in use.
|
||||||
|
|||||||
@@ -279,7 +279,7 @@ public class ModsDialog extends BaseDialog{
|
|||||||
text.labelWrap("@mod.erroredcontent").growX();
|
text.labelWrap("@mod.erroredcontent").growX();
|
||||||
text.row();
|
text.row();
|
||||||
}else if(mod.meta.hidden){
|
}else if(mod.meta.hidden){
|
||||||
text.labelWrap("@mod.multiplayercompatable").growX();
|
text.labelWrap("@mod.multiplayer.compatible").growX();
|
||||||
text.row();
|
text.row();
|
||||||
}
|
}
|
||||||
}).top().growX();
|
}).top().growX();
|
||||||
|
|||||||
Reference in New Issue
Block a user