diff --git a/core/assets/bundles/bundle.properties b/core/assets/bundles/bundle.properties index 6cf1e0ad1e..408f63bc72 100644 --- a/core/assets/bundles/bundle.properties +++ b/core/assets/bundles/bundle.properties @@ -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. \ No newline at end of file +lenum.boost = Start/stop boosting. diff --git a/core/src/mindustry/ui/dialogs/ModsDialog.java b/core/src/mindustry/ui/dialogs/ModsDialog.java index b53866b817..012dc54af8 100644 --- a/core/src/mindustry/ui/dialogs/ModsDialog.java +++ b/core/src/mindustry/ui/dialogs/ModsDialog.java @@ -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();