From 7c3ac190e4542ddafc475375855b63142bef8e5c Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 1 Jun 2012 13:37:24 -0500 Subject: capitalize the second word in 'AC Adapter' --- src/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3