diff options
-rw-r--r-- | src/indicator-power.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-power.c b/src/indicator-power.c index f7d64d4..dee5793 100644 --- a/src/indicator-power.c +++ b/src/indicator-power.c @@ -176,7 +176,7 @@ device_kind_to_localised_string (UpDeviceKind kind) break; case UP_DEVICE_KIND_BATTERY: /* TRANSLATORS: laptop primary battery */ - text = gettext ("Laptop battery"); + text = gettext ("Battery"); break; case UP_DEVICE_KIND_UPS: /* TRANSLATORS: battery-backed AC power source */ |