diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-09 23:05:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 23:05:56 -0400 |
commit | 5e82db8dc3f10229635d6825fbcfc742740043f2 (patch) | |
tree | 7009cc96079986ae10b6400011f07a099fb2c5a6 /src/berry_blender.c | |
parent | 677b4fc394516deab5b5c86c94a2a1443cb52151 (diff) | |
parent | 3e725272fc8b8f2ea825783771d54104d1f25e82 (diff) |
Merge pull request #1399 from Kurausukun/graey
Standardize Spelling of "Gray"
Diffstat (limited to 'src/berry_blender.c')
-rw-r--r-- | src/berry_blender.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/berry_blender.c b/src/berry_blender.c index ede1f6e99..39e1dca08 100644 --- a/src/berry_blender.c +++ b/src/berry_blender.c @@ -3859,13 +3859,13 @@ static void Blender_AddTextPrinter(u8 windowId, const u8 *string, u8 x, u8 y, s3 case 0: case 3: txtColor[0] = TEXT_COLOR_WHITE; - txtColor[1] = TEXT_COLOR_DARK_GREY; - txtColor[2] = TEXT_COLOR_LIGHT_GREY; + txtColor[1] = TEXT_COLOR_DARK_GRAY; + txtColor[2] = TEXT_COLOR_LIGHT_GRAY; break; case 1: txtColor[0] = TEXT_COLOR_TRANSPARENT; - txtColor[1] = TEXT_COLOR_DARK_GREY; - txtColor[2] = TEXT_COLOR_LIGHT_GREY; + txtColor[1] = TEXT_COLOR_DARK_GRAY; + txtColor[2] = TEXT_COLOR_LIGHT_GRAY; break; case 2: txtColor[0] = TEXT_COLOR_TRANSPARENT; |