Skip to content

Commit b645156

Browse files
3gf8jv4dvGlavo
authored andcommitted
chore(docs&l10n): adjust preview update option text (#4598)
1 parent 315669f commit b645156

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

HMCL/src/main/java/org/jackhuang/hmcl/ui/main/SettingsView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ public SettingsView() {
151151
previewPane = new OptionToggleButton();
152152
previewPane.setTitle(i18n("update.preview"));
153153
previewPane.selectedProperty().bindBidirectional(config().acceptPreviewUpdateProperty());
154+
FXUtils.installFastTooltip(previewPane, i18n("update.preview.tooltip"));
154155

155156
settingsPane.getContent().add(previewPane);
156157
}

HMCL/src/main/resources/assets/lang/I18N.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,8 @@ update.note=Beta and Nightly channels may have more features or fixes, but they
14231423
update.latest=This is the latest version
14241424
update.no_browser=Cannot open in system browser. But we copied the link to your clipboard, and you can open it manually.
14251425
update.tooltip=Update
1426-
update.preview=Try out the HMCL version
1426+
update.preview=Preview HMCL releases early
1427+
update.preview.tooltip=Enable this option to receive new versions of HMCL early for testing before their official release.
14271428

14281429
version=Games
14291430
version.name=Instance Name

HMCL/src/main/resources/assets/lang/I18N_zh.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,8 @@ update.note=開發版與預覽版包含更多的功能以及錯誤修復,但
12071207
update.latest=目前版本為最新版本
12081208
update.no_browser=無法開啟瀏覽器。網址已經複製到剪貼簿了,你可以手動複製網址開啟頁面。
12091209
update.tooltip=更新
1210-
update.preview=提前預覽 HMCL 版本
1210+
update.preview=提前測試 HMCL 預覽版本
1211+
update.preview.tooltip=啟用此選項,你將可以提前取得 HMCL 的新版本,以便在正式發布前進行測試。
12111212

12121213
version=遊戲
12131214
version.name=遊戲實例名稱

HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,6 +1218,7 @@ update.latest=当前版本为最新版本
12181218
update.no_browser=无法打开浏览器。网址已经复制到剪贴板,你可以手动粘贴网址打开页面。
12191219
update.tooltip=更新
12201220
update.preview=提前预览 HMCL 版本
1221+
update.preview.tooltip=启用此选项,你将可以提前获取 HMCL 的新版本,以便在正式发布前进行测试。
12211222

12221223
version=游戏
12231224
version.name=游戏实例名称

0 commit comments

Comments
 (0)