aboutsummaryrefslogtreecommitdiff
path: root/src/device.c
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-10-26 10:53:51 +0200
committerCharles Kerr <charles.kerr@canonical.com>2012-10-26 10:53:51 +0200
commite246512c0c503b9a80051ae96a9f48d5b7ddb733 (patch)
tree4eccdcc7f1232d043a7f65c89c45b86ed37578ed /src/device.c
parenta842e7b5cc66311c6cff51f3e07d1c7930b8153a (diff)
downloadayatana-indicator-power-e246512c0c503b9a80051ae96a9f48d5b7ddb733.tar.gz
ayatana-indicator-power-e246512c0c503b9a80051ae96a9f48d5b7ddb733.tar.bz2
ayatana-indicator-power-e246512c0c503b9a80051ae96a9f48d5b7ddb733.zip
fix copy-paste comment error
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: