Skip to content

Commit b36c7c8

Browse files
committed
fix: improve wording on acrylic unsuccessful popup
1 parent 849bcb1 commit b36c7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/control_create/control_create.gml

+1-1
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ function control_create() {
580580
} else {
581581
acrylic = 0
582582
can_draw_mica = 0
583-
if (language != 1) show_message("Note Block Studio encountered an error creating blurred background sprite. The transparency effect will be disabled.\nThis usually happens when your desktop wallpaper is either too tall or too long.")
583+
if (language != 1) show_message("Note Block Studio encountered an error creating the background sprite. Transparency effects will be disabled.\nThis usually happens when your desktop wallpaper is either too tall or too long.")
584584
else show_message("Note Block Studio 在创建模糊背景贴图时遇到错误,透明效果将被关闭。\n这种情况一般是由于您的桌面壁纸图片过高或过长。")
585585
}
586586
if (show_welcome) window = w_greeting

0 commit comments

Comments
 (0)