diff options
-rw-r--r-- | battstat/battstat_applet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battstat/battstat_applet.c b/battstat/battstat_applet.c index 8b366465..f3b54c68 100644 --- a/battstat/battstat_applet.c +++ b/battstat/battstat_applet.c @@ -375,8 +375,8 @@ battery_low_update_text (ProgressData *battstat, if (info->minutes < 0 && !info->on_ac_power) { /* we don't know the remaining time */ - remaining = g_strdup_printf (_("You have %d%% of your total battery" - "capacity remaining."), info->percent); + remaining = g_strdup_printf (_("You have %d%% of your total battery " + "capacity remaining."), info->percent); } else { |