From fcccb6a1e94415acda60b8a6b987287ae03dc44b Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 7 Nov 2007 22:45:30 -0800 Subject: [PATCH] Be consistent and call it "color space" (two words). --- libexif/exif-tag.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libexif/exif-tag.c b/libexif/exif-tag.c index 7d97852..043d50f 100644 --- a/libexif/exif-tag.c +++ b/libexif/exif-tag.c @@ -186,13 +186,13 @@ static const struct { {EXIF_TAG_WHITE_POINT, "WhitePoint", N_("White Point"), N_("The chromaticity of the white point of the image. Normally " "this tag is not necessary, since color space is specified " - "in the colorspace information tag ()."), + "in the color space information tag ()."), { ESL_OOOO, ESL_NNNN, ESL_NNNN, ESL_NNNN, ESL_NNNN } }, {EXIF_TAG_PRIMARY_CHROMATICITIES, "PrimaryChromaticities", N_("Primary Chromaticities"), N_("The chromaticity of the three primary colors of the image. " - "Normally this tag is not necessary, since colorspace is " - "specified in the colorspace information tag ()."), + "Normally this tag is not necessary, since color space is " + "specified in the color space information tag ()."), { ESL_OOOO, ESL_NNNN, ESL_NNNN, ESL_NNNN, ESL_NNNN } }, {EXIF_TAG_TRANSFER_RANGE, "TransferRange", N_("Transfer Range"), ""}, {EXIF_TAG_SUB_IFDS, "SubIFDs", "SubIFD Offsets", N_("Defined by Adobe Corporation " -- 2.7.4