summaryrefslogtreecommitdiff
path: root/client/cd-util.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-01-27 09:41:34 +0000
committerRichard Hughes <richard@hughsie.com>2013-01-27 09:41:34 +0000
commita6e012dda976a2998e0831f1810df07288037686 (patch)
tree1d156dcc02d7fb73b7541a176bb979d08147831a /client/cd-util.c
parent6a8690639aa70f9a9e493f69c7b0e2d459229e60 (diff)
downloadcolord-a6e012dda976a2998e0831f1810df07288037686.tar.gz
trivial: Include a better translation comment for 'Seat'
Diffstat (limited to 'client/cd-util.c')
-rw-r--r--client/cd-util.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/client/cd-util.c b/client/cd-util.c
index ea0bc97..47efcf7 100644
--- a/client/cd-util.c
+++ b/client/cd-util.c
@@ -264,7 +264,12 @@ cd_util_show_device (CdDevice *device)
cd_util_print_field (_("Serial"),
cd_device_get_serial (device));
- /* TRANSLATORS: the device seat identifier */
+ /* TRANSLATORS: the device seat identifier, where a seat is
+ * defined as a monitor, keyboard and mouse.
+ * For instance, in a public library one central computer can
+ * have 3 keyboards, 3 displays and 3 mice plugged in and with
+ * systemd these can be setup as three independant seats with
+ * different sessions running on them */
cd_util_print_field (_("Seat"),
cd_device_get_seat (device));