Skip to content

Commit 849bcb1

Browse files
committed
fix: David Norgren -> David Andrei
1 parent ca42805 commit 849bcb1

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

scripts/draw_window_about/draw_window_about.gml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ function draw_window_about() {
1616
draw_theme_font(font_main)
1717
if (language != 1) {
1818
if (RUN_FROM_IDE != 1){
19-
draw_text_dynamic(x1 + 150, y1 + 217, "Version Local Release" + "\n\nThis program is a continuation of\n Minecraft Note Block Studio, \ncreated by David Norgren. \n\nThis product is not affiliated with\nMojang Studios, Microsoft Studios\nor the game Minecraft.")
19+
draw_text_dynamic(x1 + 150, y1 + 217, "Version Local Release" + "\n\nThis program is a continuation of\n Minecraft Note Block Studio, \ncreated by David Andrei. \n\nThis product is not affiliated with\nMojang Studios, Microsoft Studios\nor the game Minecraft.")
2020
} else {
21-
draw_text_dynamic(x1 + 150, y1 + 217, "Version " + version + " - Released " + version_date + "\n\nThis program is a continuation of\n Minecraft Note Block Studio, \ncreated by David Norgren. \n\nThis product is not affiliated with\nMojang Studios, Microsoft Studios\nor the game Minecraft.")
21+
draw_text_dynamic(x1 + 150, y1 + 217, "Version " + version + " - Released " + version_date + "\n\nThis program is a continuation of\n Minecraft Note Block Studio, \ncreated by David Andrei. \n\nThis product is not affiliated with\nMojang Studios, Microsoft Studios\nor the game Minecraft.")
2222
}
2323
} else {
2424
if (RUN_FROM_IDE != 1){
25-
draw_text_dynamic(x1 + 150, y1 + 217, "本地版本" + "\n\n本程序是 Minecraft Note Block Studio 的延续版本\n原作者 David Norgren\n\n本产品与 Mojang Studios、\nMicrosoft Studios 以及\n游戏 Minecraft 无任何关联。")
25+
draw_text_dynamic(x1 + 150, y1 + 217, "本地版本" + "\n\n本程序是 Minecraft Note Block Studio 的延续版本\n原作者 David Andrei\n\n本产品与 Mojang Studios、\nMicrosoft Studios 以及\n游戏 Minecraft 无任何关联。")
2626
} else {
27-
draw_text_dynamic(x1 + 150, y1 + 217, "版本" + version + " - 发布于" + version_date + "\n\n本程序是 Minecraft Note Block Studio 的延续版本\n原作者 David Norgren\n\n本产品与 Mojang Studios、\nMicrosoft Studios 以及\n游戏 Minecraft 无任何关联。")
27+
draw_text_dynamic(x1 + 150, y1 + 217, "版本" + version + " - 发布于" + version_date + "\n\n本程序是 Minecraft Note Block Studio 的延续版本\n原作者 David Andrei\n\n本产品与 Mojang Studios、\nMicrosoft Studios 以及\n游戏 Minecraft 无任何关联。")
2828
}
2929
}
3030
draw_set_halign(fa_left)

scripts/draw_window_greeting/draw_window_greeting.gml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ function draw_window_greeting() {
9595
draw_set_color(make_color_rgb(62, 144, 255))
9696
draw_text_url(x1 + 132, y1 + 296 + dev_label_offset, "noteblock.studio", link_website)
9797
draw_theme_color()
98-
//if (language != 1) draw_text_center(x1 + 132, y1 + 340 + dev_label_offset, "Original created by David Norgren")
99-
//else draw_text_center(x1 + 132, y1 + 340 + dev_label_offset, "原作者 David Norgren")
98+
//if (language != 1) draw_text_center(x1 + 132, y1 + 340 + dev_label_offset, "Original created by David Andrei")
99+
//else draw_text_center(x1 + 132, y1 + 340 + dev_label_offset, "原作者 David Andrei")
100100
//draw_text_url(x1 + 132, y1 + 356 + dev_label_offset, "stuffbydavid.com", "https://www.stuffbydavid.com")
101101
var theme_pipe_offset = (theme != 3) * 2 // move |'s to the left by 2px to compensate for wider font
102102
if (language != 1) draw_text_center(x1 + 132, y1 + 340 + dev_label_offset, "Follow OpenNBS:")

scripts/lang_en_us/lang_en_us.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ function lang_en_us(){
479479
text_window_about_local_release = "Version Local Release"
480480
text_window_about_version = "Version "
481481
text_window_about_released = " - Released "
482-
text_window_about_description = "\n\nThis program is a continuation of\n Minecraft Note Block Studio, \ncreated by David Norgren. \n\nThis product is not affiliated with\nMojang Studios, Microsoft Studios\nor the game Minecraft."
482+
text_window_about_description = "\n\nThis program is a continuation of\n Minecraft Note Block Studio, \ncreated by David Andrei. \n\nThis product is not affiliated with\nMojang Studios, Microsoft Studios\nor the game Minecraft."
483483
text_window_about_website = "Website"
484484
text_window_about_github = "GitHub"
485485
text_window_about_discord = "Discord"

0 commit comments

Comments
 (0)