Skip to content

Commit

Permalink
Add prefix 'Minecraft' at the supported minecrft version list in Down…
Browse files Browse the repository at this point in the history
…loadPage
  • Loading branch information
burningtnt committed Aug 29, 2023
1 parent a043057 commit 021d062
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ protected ModDownloadPageSkin(DownloadPage control) {
.map(version -> new ModItem(version, control))
.collect(Collectors.toList()));
sublist.getStyleClass().add("no-padding");
sublist.setTitle(gameVersion);
sublist.setTitle("Minecraft " + gameVersion);

list.getContent().add(sublist);
}
Expand Down
2 changes: 1 addition & 1 deletion HMCL/src/main/resources/assets/lang/I18N.properties
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ mods.dependency.broken=Broken pre-mod (This premod used to exist on the mod repo
mods.disable=Disable
mods.download=Mod Download
mods.download.title=Mod Download - %1s
mods.download.recommend=Recommended Mod Version - %1s
mods.download.recommend=Recommended Mod Version - Minecraft %1s
mods.enable=Enable
mods.manage=Manage Mods
mods.mcbbs=MCBBS
Expand Down
2 changes: 1 addition & 1 deletion HMCL/src/main/resources/assets/lang/I18N_zh.properties
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ mods.dependency.broken=損壞的前綴(這個前綴曾經存在於 mod 倉庫
mods.disable=停用
mods.download=模組下載
mods.download.title=模組下載 - %1s
mods.download.recommend=推薦版本 - %1s
mods.download.recommend=推薦版本 - Minecraft %1s
mods.enable=啟用
mods.manage=模組管理
mods.mcbbs=MCBBS
Expand Down
2 changes: 1 addition & 1 deletion HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ mods.dependency.broken=损坏的前置模组(该前置模组曾经在该模组
mods.disable=禁用
mods.download=模组下载
mods.download.title=模组下载 - %1s
mods.download.recommend=推荐版本 - %1s
mods.download.recommend=推荐版本 - Minecraft %1s
mods.enable=启用
mods.manage=模组管理
mods.mcbbs=MCBBS
Expand Down

0 comments on commit 021d062

Please sign in to comment.