diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-10-26 10:53:51 +0200 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-10-26 10:53:51 +0200 |
commit | e246512c0c503b9a80051ae96a9f48d5b7ddb733 (patch) | |
tree | 4eccdcc7f1232d043a7f65c89c45b86ed37578ed /src | |
parent | a842e7b5cc66311c6cff51f3e07d1c7930b8153a (diff) | |
download | ayatana-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')
-rw-r--r-- | src/device.c | 2 |
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: |