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*.
This commit is contained in:
parent
a8668b1ca3
commit
21abee003f
1 changed files with 2 additions and 2 deletions
|
|
@ -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!"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue