aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-power.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/indicator-power.c')
-rw-r--r--src/indicator-power.c4
1 files changed, 2 insertions, 2 deletions
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)
{