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.c2
1 files changed, 1 insertions, 1 deletions
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)
{