From d44256958d8a188b0b072ce1dca2946c5a052cff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 14 Jul 2011 16:25:14 +0200 Subject: Do not show the device name in the menu title --- 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 8005c5d..a81b791 100644 --- a/src/indicator-power.c +++ b/src/indicator-power.c @@ -308,7 +308,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 (*details); + *short_details = g_strdup (_("(charged)")); } else { -- cgit v1.2.3