From 942311b1c75f2f7ff8f90b1727ff190083f58162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Fri, 1 Jul 2011 13:27:15 +0100 Subject: Do not show the device name in the menu title --- src/indicator-power.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/indicator-power.c b/src/indicator-power.c index acaa822..412243e 100644 --- a/src/indicator-power.c +++ b/src/indicator-power.c @@ -285,8 +285,8 @@ get_primary_device_cb (GObject *source_object, &short_timestring, &detailed_timestring); - label_text = g_strdup_printf(_("%s (%s)"), - device_name, short_timestring); + label_text = g_strdup_printf(_("(%s)"), + short_timestring); if (state == UP_DEVICE_STATE_CHARGING) { -- cgit v1.2.3