Skip to content
This repository was archived by the owner on Dec 24, 2018. It is now read-only.

Commit

Permalink
languages: bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Jun 23, 2017
1 parent 046ccb3 commit 633d14f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gui/source/languages/dutch.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static const char *const lang_NL[STR_MAX] = {
"FOR IMPORTANT INFORMATION", // "FOR IMPORTANT INFORMATION"
"ABOUT YOUR HEALTH AND SAFETY.", // "ABOUT YOUR HEALTH AND SAFETY."
"TO GET AN EXTRA COPY FOR YOUR REGION, GO ONLINE AT", // "TO GET AN EXTRA COPY FOR YOUR REGION, GO ONLINE AT"
"www.nintendo.com/healthandsafety/", // "www.nintendo.com/healthandsafety/"
"www.nintendo.com/healthsafety/", // "www.nintendo.com/healthsafety/"
"",

"Touch the Touch Screen to continue.", // "Touch the Touch Screen to continue."
Expand Down
2 changes: 1 addition & 1 deletion gui/source/languages/korean.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static const char *const lang_KO[STR_MAX] = {
"",
"",
"",
"www.nintendocaution.co.kr", // "www.nintendo.com/healthandsafety/"
"www.nintendocaution.co.kr", // "www.nintendo.com/healthsafety/"
"",

"",
Expand Down
2 changes: 1 addition & 1 deletion gui/source/languages/portuguese.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static const char *const lang_PT[STR_MAX] = {
"FOR IMPORTANT INFORMATION", // "FOR IMPORTANT INFORMATION"
"ABOUT YOUR HEALTH AND SAFETY.", // "ABOUT YOUR HEALTH AND SAFETY."
"TO GET AN EXTRA COPY FOR YOUR REGION, GO ONLINE AT", // "TO GET AN EXTRA COPY FOR YOUR REGION, GO ONLINE AT"
"www.nintendo.com/healthandsafety/", // "www.nintendo.com/healthandsafety/"
"www.nintendo.com/healthsafety/", // "www.nintendo.com/healthsafety/"
"",

"Touch the Touch Screen to continue.", // "Touch the Touch Screen to continue."
Expand Down
2 changes: 1 addition & 1 deletion gui/source/languages/russian.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static const char *const lang_RU[STR_MAX] = {
"FOR IMPORTANT INFORMATION", // "FOR IMPORTANT INFORMATION"
"ABOUT YOUR HEALTH AND SAFETY.", // "ABOUT YOUR HEALTH AND SAFETY."
"TO GET AN EXTRA COPY FOR YOUR REGION, GO ONLINE AT", // "TO GET AN EXTRA COPY FOR YOUR REGION, GO ONLINE AT"
"www.nintendo.com/healthandsafety/", // "www.nintendo.com/healthandsafety/"
"www.nintendo.com/healthsafety/", // "www.nintendo.com/healthsafety/"
"",

"Touch the Touch Screen to continue.", // "Touch the Touch Screen to continue."
Expand Down
4 changes: 2 additions & 2 deletions gui/source/languages/traditional_chinese.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#include <3ds/types.h>

// TRADITIONAL CHINESE
static const char *const lang_EN[STR_MAX] = {
static const char *const lang_TRCH[STR_MAX] = {

/** DS/DSi boot screen **/
"",
"",
"",
"",
"",
"www.iQue.com/service/", // "www.nintendo.com/healthandsafety/"
"www.iQue.com/service/", // "www.nintendo.com/healthsafety/"
"",
"",

Expand Down

0 comments on commit 633d14f

Please sign in to comment.