Mostly typographical changes. (I don't like the text explaining the two different spellings, but I'll leave it in, as I know Albert would only commit it back if I removed it. :( )

This commit is contained in:
Karl Ove Hufthammer 2005-01-13 18:22:58 +00:00
parent c20ce193d1
commit c1600d1440

View file

@ -17,7 +17,7 @@
enum { enum {
COLOR_BLACK, COLOR_BLACK,
COLOR_DARKGRAY, COLOR_DARKGREY,
COLOR_LIGHTGREY, COLOR_LIGHTGREY,
COLOR_WHITE, COLOR_WHITE,
COLOR_RED, COLOR_RED,
@ -41,8 +41,8 @@ enum {
const int color_hexes[NUM_COLORS][3] = { const int color_hexes[NUM_COLORS][3] = {
{0, 0, 0}, /* Black */ {0, 0, 0}, /* Black */
{128, 128, 128}, /* Dark Gray */ {128, 128, 128}, /* Dark grey */
{192, 192, 192}, /* Light Grey */ {192, 192, 192}, /* Light grey */
{255, 255, 255}, /* White */ {255, 255, 255}, /* White */
{255, 0, 0}, /* Red */ {255, 0, 0}, /* Red */
{255, 128, 0}, /* Orange */ {255, 128, 0}, /* Orange */
@ -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! Sometimes, people spell it \"Dark gray\"."), gettext_noop("Dark grey! Some people spell it “dark gray”."),
gettext_noop("Light gray! Sometimes, people spell it \"Dark grey\"."), gettext_noop("Light grey! Some people spell it “light gray”."),
gettext_noop("White!"), gettext_noop("White!"),
gettext_noop("Red!"), gettext_noop("Red!"),
gettext_noop("Orange!"), gettext_noop("Orange!"),