Skip to content

Commit a993d75

Browse files
committed
fix: outdated help text in import sounds window
1 parent cfd9ab0 commit a993d75

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/draw_window_sound_import/draw_window_sound_import.gml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,17 @@ function draw_window_sound_import() {
3232
"Java Edition installation." + "\n" +
3333
"Before continuing, ensure you have launched the version you want from" + "\n" +
3434
"the Minecraft Launcher." + "\n" +
35-
"Select a version from the list, and then click 'Import' to look for sounds!" :
35+
"Select a version from the list, and then click 'Get sounds' to import the" + "\n" +
36+
"sounds from that version!" :
3637
"本向导将帮助您从您的 Minecraft:Java 版中提取音效。" + "\n" +
3738
"在开始之前,请确保您从您的启动器至少启动过一次您想要选择的版本。" + "\n" +
38-
"从列表中选择一个游戏版本,然后点击“导入”来选择音效"
39+
"从列表中选择一个游戏版本,然后点击“获取音效”来导入该版本的音效"
3940
)
4041
)
4142

4243
// Minecraft installation path
4344
x1 = startx;
44-
y1 += 110;
45+
y1 += 115;
4546
draw_text_dynamic(x1, y1, ((language == 0) ? "1. Set your Minecraft installation path:" : "1. 设定您的.minecraft目录:"));
4647
x1 += 16;
4748
y1 += 20;

0 commit comments

Comments
 (0)