diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-06-01 13:37:24 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-06-01 13:37:24 -0500 |
commit | 7c3ac190e4542ddafc475375855b63142bef8e5c (patch) | |
tree | 3546e29892015a082e4b2ef3066e9cafb68621c8 /src | |
parent | 9937a075bd77b36f1e8cb7cc9182139b95d66048 (diff) | |
download | ayatana-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')
-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 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 */ |