aboutsummaryrefslogtreecommitdiff
path: root/src/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c
index b15651c..490ff1a 100644
--- a/src/device.c
+++ b/src/device.c
@@ -529,7 +529,7 @@ device_kind_to_localised_string (UpDeviceKind kind)
text = _("Computer");
break;
case UP_DEVICE_KIND_UNKNOWN:
- /* TRANSLATORS: tablet device */
+ /* TRANSLATORS: unknown device */
text = _("Unknown");
break;
default: