summaryrefslogtreecommitdiff
path: root/client/cd-util.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-01-31 17:13:41 +0000
committerRichard Hughes <richard@hughsie.com>2013-01-31 17:14:05 +0000
commit127a1c8e5d17ef13e5dd143547719d87aaad6849 (patch)
tree4e2dfca2f1b676cffb392aed3466eccfbbc06de3 /client/cd-util.c
parentf323925cc6bdd0488895e41d94150d4bef8c14b6 (diff)
downloadcolord-127a1c8e5d17ef13e5dd143547719d87aaad6849.tar.gz
trivial: don't make the translators heads hurt
Diffstat (limited to 'client/cd-util.c')
-rw-r--r--client/cd-util.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/client/cd-util.c b/client/cd-util.c
index 14eb8cb..41f05a5 100644
--- a/client/cd-util.c
+++ b/client/cd-util.c
@@ -378,15 +378,13 @@ cd_util_sensor_cap_to_string (CdSensorCap sensor_cap)
}
if (sensor_cap == CD_SENSOR_CAP_LCD) {
/* TRANSLATORS: this is the display technology,
- * where LCD stands for 'Liquid Crystal Display'
- * and CCFL stands for 'Cold Cathode Fluorescent Lamp' */
- return _("LCD CCFL");
+ * where LCD stands for 'Liquid Crystal Display' */
+ return _("LCD Generic");
}
if (sensor_cap == CD_SENSOR_CAP_LED) {
/* TRANSLATORS: this is the display technology where
- * RGB stands for 'Red Green Blue' and LED stands for
- * 'Light Emitted Diode' */
- return _("LCD RGB LED");
+ * LED stands for 'Light Emitted Diode' */
+ return _("LED Generic");
}
/* TRANSLATORS: this an unknown display technology */
return _("Unknown");