From a6e012dda976a2998e0831f1810df07288037686 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sun, 27 Jan 2013 09:41:34 +0000 Subject: trivial: Include a better translation comment for 'Seat' --- client/cd-util.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'client/cd-util.c') 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)); -- cgit v1.2.1