diff --git a/src/colors.h b/src/colors.h index 5695d3d65..8c4224600 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 grey!"), - gettext_noop("Light grey!"), + gettext_noop("Dark grey! Sometimes, people spell it \"Dark gray\"."), + gettext_noop("Light gray! Sometimes, people spell it \"Dark grey\"."), gettext_noop("White!"), gettext_noop("Red!"), gettext_noop("Orange!"),