From e246512c0c503b9a80051ae96a9f48d5b7ddb733 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 26 Oct 2012 10:53:51 +0200 Subject: fix copy-paste comment error --- src/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device.c') 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: -- cgit v1.2.3