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