aboutsummaryrefslogtreecommitdiff
path: root/src/device.c
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-06-01 13:37:24 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-06-01 13:37:24 -0500
commit7c3ac190e4542ddafc475375855b63142bef8e5c (patch)
tree3546e29892015a082e4b2ef3066e9cafb68621c8 /src/device.c
parent9937a075bd77b36f1e8cb7cc9182139b95d66048 (diff)
downloadayatana-indicator-power-7c3ac190e4542ddafc475375855b63142bef8e5c.tar.gz
ayatana-indicator-power-7c3ac190e4542ddafc475375855b63142bef8e5c.tar.bz2
ayatana-indicator-power-7c3ac190e4542ddafc475375855b63142bef8e5c.zip
capitalize the second word in 'AC Adapter'
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 ae886cc..8752cb1 100644
--- a/src/device.c
+++ b/src/device.c
@@ -459,7 +459,7 @@ device_kind_to_localised_string (UpDeviceKind kind)
switch (kind) {
case UP_DEVICE_KIND_LINE_POWER:
/* TRANSLATORS: system power cord */
- text = _("AC adapter");
+ text = _("AC Adapter");
break;
case UP_DEVICE_KIND_BATTERY:
/* TRANSLATORS: laptop primary battery */