summaryrefslogtreecommitdiff
path: root/src/wireless_communication_status_screen.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-04-09 23:04:52 -0400
committerGitHub <noreply@github.com>2021-04-09 23:04:52 -0400
commit37634072b1400180b1243d2d99c47b109ab56ae3 (patch)
treec4b025af4d93cd1f512fc749d914dfa5721b177d /src/wireless_communication_status_screen.c
parent52c25bac8e7c9fe7ad97d7890be89c7feededf65 (diff)
parent4b182affb63101bb73bedc2a1e94babb9352cc36 (diff)
Merge pull request #413 from Kurausukun/graey
Standardize Spelling of "Gray"
Diffstat (limited to 'src/wireless_communication_status_screen.c')
-rw-r--r--src/wireless_communication_status_screen.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wireless_communication_status_screen.c b/src/wireless_communication_status_screen.c
index f67da122f..936a1ed9f 100644
--- a/src/wireless_communication_status_screen.c
+++ b/src/wireless_communication_status_screen.c
@@ -323,13 +323,13 @@ static void WCSS_AddTextPrinterParameterized(u8 windowId, u8 fontId, const u8 *
{
case 0:
textColor[0] = TEXT_COLOR_TRANSPARENT;
- textColor[1] = TEXT_COLOR_DARK_GREY;
- textColor[2] = TEXT_COLOR_LIGHT_GREY;
+ textColor[1] = TEXT_COLOR_DARK_GRAY;
+ textColor[2] = TEXT_COLOR_LIGHT_GRAY;
break;
case 1:
textColor[0] = TEXT_COLOR_TRANSPARENT;
textColor[1] = TEXT_COLOR_WHITE;
- textColor[2] = TEXT_COLOR_LIGHT_GREY;
+ textColor[2] = TEXT_COLOR_LIGHT_GRAY;
break;
case 2:
textColor[0] = TEXT_COLOR_TRANSPARENT;
@@ -344,7 +344,7 @@ static void WCSS_AddTextPrinterParameterized(u8 windowId, u8 fontId, const u8 *
case 4:
textColor[0] = TEXT_COLOR_TRANSPARENT;
textColor[1] = TEXT_COLOR_WHITE;
- textColor[2] = TEXT_COLOR_DARK_GREY;
+ textColor[2] = TEXT_COLOR_DARK_GRAY;
break;
// default: UB
}