check your dictionary: grey and gray are both good
This commit is contained in:
parent
37cdfac3f9
commit
b135342fdb
1 changed files with 3 additions and 3 deletions
|
|
@ -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!"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue