mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-25 10:25:42 +07:00
Fix typo to preserve sanity (#4857)
* compatable > compatible * compatable > compatible
This commit is contained in:
parent
120c694a42
commit
b75a8d5260
@ -126,7 +126,7 @@ mod.installed = [[Installed]
|
||||
mod.display = [gray]Mod:[orange] {0}
|
||||
mod.enabled = [lightgray]Enabled
|
||||
mod.disabled = [scarlet]Disabled
|
||||
mod.multiplayercompatable = [gray]Multiplayer Compatible
|
||||
mod.multiplayer.compatible = [gray]Multiplayer Compatible
|
||||
mod.disable = Disable
|
||||
mod.content = Content:
|
||||
mod.delete.error = Unable to delete mod. File may be in use.
|
||||
@ -1663,4 +1663,4 @@ lenum.mine = Mine at a position.
|
||||
lenum.build = Build a structure.
|
||||
lenum.getblock = Fetch a building and type at coordinates.\nUnit must be in range of position.\nSolid non-buildings will have the type [accent]@solid[].
|
||||
lenum.within = Check if unit is near a position.
|
||||
lenum.boost = Start/stop boosting.
|
||||
lenum.boost = Start/stop boosting.
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user