diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-06-10 13:01:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 13:01:55 -0400 |
commit | e308dc8236e53001d02c24dccd265ce89217d2f0 (patch) | |
tree | cd3dd67adc442b9886c5c8ff8086148c37b26799 /include/strings.h | |
parent | 7a7ebe18274859619c623a6c58fa1248328f7c5a (diff) | |
parent | 3ed06c2cc269c70c2d9a76bd4a063740de6688cd (diff) |
Merge pull request #1462 from ExpoSeed/pret/more-gray-less-grey
Remove remaining grey and replace with gray
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/strings.h b/include/strings.h index 04283db0e..9b3be0538 100644 --- a/include/strings.h +++ b/include/strings.h @@ -596,7 +596,7 @@ extern const u8 gText_TooImportantToToss[]; extern const u8 gText_ConfirmTossItems[]; extern const u8 gText_MoveVar1Where[]; -extern const u8 gText_ColorLightShadowDarkGrey[]; +extern const u8 gText_ColorLightShadowDarkGray[]; extern const u8 gText_ColorBlue[]; extern const u8 gText_Friend[]; extern const u8 gText_Tristan[]; @@ -2512,7 +2512,7 @@ extern const u8 gText_MatchCallMay_Intro1[]; extern const u8 gText_MatchCallMay_Intro2[]; // Contest Link -extern const u8 gText_ColorDarkGrey[]; +extern const u8 gText_ColorDarkGray[]; extern const u8 gText_CommunicationStandby[]; extern const u8 gText_AnnouncingResults[]; extern const u8 gText_PreliminaryResults[]; |