From 8be5a9d3030f0d52c16997f569d373b34658b471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 14 Sep 2011 15:58:22 +0100 Subject: Do not show (charged) in menu title when fully charged Fixes https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/850011 --- src/indicator-power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/indicator-power.c') diff --git a/src/indicator-power.c b/src/indicator-power.c index db10f2c..13f5ff7 100644 --- a/src/indicator-power.c +++ b/src/indicator-power.c @@ -324,7 +324,7 @@ build_device_time_details (const gchar *device_name, { *details = g_strdup_printf (_("%s (charged)"), device_name); *accesible_name = g_strdup (*details); - *short_details = g_strdup (_("(charged)")); + *short_details = g_strdup (""); } else if (percentage > 0) { -- cgit v1.2.3