From 21abee003f18df1cc8ed97af64e9d2900996ae2f Mon Sep 17 00:00:00 2001 From: Karl Ove Hufthammer Date: Thu, 13 Jan 2005 15:42:05 +0000 Subject: [PATCH] Fixed inconsistent spelling *again*. Yes, I know perfectly well that both 'gray' and 'grey' are valid spellings, Albert. (Gray was the old spelling used, which you didn't like?) But we'll have to choose *one* of them. Mixing two different spellings is just plain *incorrect*. --- src/colors.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/colors.h b/src/colors.h index 7bbe0e896..5695d3d65 100644 --- a/src/colors.h +++ b/src/colors.h @@ -64,8 +64,8 @@ const int color_hexes[NUM_COLORS][3] = { const char * const color_names[NUM_COLORS] = { gettext_noop("Black!"), - gettext_noop("Dark gray!"), // yes, this is a valid spelling - gettext_noop("Light grey!"), // this is a valid spelling too + gettext_noop("Dark grey!"), + gettext_noop("Light grey!"), gettext_noop("White!"), gettext_noop("Red!"), gettext_noop("Orange!"),