From b135342fdb25f643b77a77b3853d52f0a12f89ff Mon Sep 17 00:00:00 2001 From: Albert Cahalan Date: Thu, 13 Jan 2005 14:14:46 +0000 Subject: [PATCH] check your dictionary: grey and gray are both good --- src/colors.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/colors.h b/src/colors.h index 477e3d2d4..209d2dfa9 100644 --- a/src/colors.h +++ b/src/colors.h @@ -17,7 +17,7 @@ enum { COLOR_BLACK, - COLOR_DARKGREY, + COLOR_DARKGRAY, COLOR_LIGHTGREY, COLOR_WHITE, COLOR_RED, @@ -64,8 +64,8 @@ const int color_hexes[NUM_COLORS][3] = { const char * const color_names[NUM_COLORS] = { gettext_noop("Black!"), - gettext_noop("Dark grey!"), - gettext_noop("Light grey!"), + gettext_noop("Dark gray!"), // yes, this is a valid spelling + gettext_noop("Light grey!"), // this is a valid spelling too gettext_noop("White!"), gettext_noop("Red!"), gettext_noop("Orange!"),