informative version

This commit is contained in:
Albert Cahalan 2005-01-13 16:36:29 +00:00
parent 21abee003f
commit c20ce193d1

View file

@ -64,8 +64,8 @@ const int color_hexes[NUM_COLORS][3] = {
const char * const color_names[NUM_COLORS] = { const char * const color_names[NUM_COLORS] = {
gettext_noop("Black!"), gettext_noop("Black!"),
gettext_noop("Dark grey!"), gettext_noop("Dark grey! Sometimes, people spell it \"Dark gray\"."),
gettext_noop("Light grey!"), gettext_noop("Light gray! Sometimes, people spell it \"Dark grey\"."),
gettext_noop("White!"), gettext_noop("White!"),
gettext_noop("Red!"), gettext_noop("Red!"),
gettext_noop("Orange!"), gettext_noop("Orange!"),