[gnome-color-manager] Correct the spelling of colormetric to colorimetric
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Correct the spelling of colormetric to colorimetric
- Date: Mon, 28 Mar 2011 15:01:48 +0000 (UTC)
commit cf4f2a84813c1a2f8c5ba0779a76fd6f417b80e6
Author: Richard Hughes <richard hughsie com>
Date: Mon Mar 28 16:00:18 2011 +0100
Correct the spelling of colormetric to colorimetric
Thanks to Alexandre Prokoudine for spotting the problem...
data/org.gnome.color-manager.gschema.xml | 4 ++--
src/gcm-utils.c | 12 ++++++------
src/org.gnome.ColorManager.xml | 4 ++--
3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/data/org.gnome.color-manager.gschema.xml b/data/org.gnome.color-manager.gschema.xml
index d89f90a..e01d4ad 100644
--- a/data/org.gnome.color-manager.gschema.xml
+++ b/data/org.gnome.color-manager.gschema.xml
@@ -1,9 +1,9 @@
<schemalist>
<enum id="org.gnome.color-manager.RenderingType">
<value nick="perceptual" value="1"/>
- <value nick="relative-colormetric" value="2"/>
+ <value nick="relative-colorimetric" value="2"/>
<value nick="saturation" value="3"/>
- <value nick="absolute-colormetric" value="4"/>
+ <value nick="absolute-colorimetric" value="4"/>
</enum>
<enum id="org.gnome.color-manager.CalibrationLength">
<value nick="short" value="0"/>
diff --git a/src/gcm-utils.c b/src/gcm-utils.c
index 057ca97..287b70f 100644
--- a/src/gcm-utils.c
+++ b/src/gcm-utils.c
@@ -475,17 +475,17 @@ cd_rendering_intent_to_localized_text (CdRenderingIntent intent)
/* TRANSLATORS: rendering intent: you probably want to google this */
return _("Perceptual");
}
- if (intent == CD_RENDERING_INTENT_RELATIVE_COLORMETRIC) {
+ if (intent == CD_RENDERING_INTENT_RELATIVE_COLORIMETRIC) {
/* TRANSLATORS: rendering intent: you probably want to google this */
- return _("Relative");
+ return _("Relative Colorimetric");
}
if (intent == CD_RENDERING_INTENT_SATURATION) {
/* TRANSLATORS: rendering intent: you probably want to google this */
return _("Saturation");
}
- if (intent == CD_RENDERING_INTENT_ABSOLUTE_COLORMETRIC) {
+ if (intent == CD_RENDERING_INTENT_ABSOLUTE_COLORIMETRIC) {
/* TRANSLATORS: rendering intent: you probably want to google this */
- return _("Absolute");
+ return _("Absolute Colorimetric");
}
return "unknown";
}
@@ -500,7 +500,7 @@ cd_rendering_intent_to_localized_description (CdRenderingIntent intent)
/* TRANSLATORS: rendering intent: you probably want to google this */
return _("High quality photography");
}
- if (intent == CD_RENDERING_INTENT_RELATIVE_COLORMETRIC) {
+ if (intent == CD_RENDERING_INTENT_RELATIVE_COLORIMETRIC) {
/* TRANSLATORS: rendering intent: you probably want to google this */
return _("Precise color matching");
}
@@ -508,7 +508,7 @@ cd_rendering_intent_to_localized_description (CdRenderingIntent intent)
/* TRANSLATORS: rendering intent: you probably want to google this */
return _("Graphs and presentations");
}
- if (intent == CD_RENDERING_INTENT_ABSOLUTE_COLORMETRIC) {
+ if (intent == CD_RENDERING_INTENT_ABSOLUTE_COLORIMETRIC) {
/* TRANSLATORS: rendering intent: you probably want to google this */
return _("Proofing devices");
}
diff --git a/src/org.gnome.ColorManager.xml b/src/org.gnome.ColorManager.xml
index 1837e51..db74a7f 100644
--- a/src/org.gnome.ColorManager.xml
+++ b/src/org.gnome.ColorManager.xml
@@ -23,13 +23,13 @@
<doc:term>perceptual</doc:term><doc:definition>Perceptual</doc:definition>
</doc:item>
<doc:item>
- <doc:term>relative-colormetric</doc:term><doc:definition>Relative colormetric</doc:definition>
+ <doc:term>relative-colorimetric</doc:term><doc:definition>Relative colorimetric</doc:definition>
</doc:item>
<doc:item>
<doc:term>saturation</doc:term><doc:definition>Saturation</doc:definition>
</doc:item>
<doc:item>
- <doc:term>absolute-colormetric</doc:term><doc:definition>Absolute colormetric</doc:definition>
+ <doc:term>absolute-colorimetric</doc:term><doc:definition>Absolute colorimetric</doc:definition>
</doc:item>
</doc:list>
</doc:description>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]