diff options
author | rbuj <[email protected]> | 2020-12-14 10:07:26 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-12-17 13:11:19 +0100 |
commit | ca954c08f78e07193168f902af46ba5ce8ea96b5 (patch) | |
tree | 9f2caf574254ea72470c29db371a9d5fd8b0f969 | |
parent | fb15e1086da458b7fe712a621af6aed2c89b4dc1 (diff) | |
download | mate-applets-ca954c08f78e07193168f902af46ba5ce8ea96b5.tar.bz2 mate-applets-ca954c08f78e07193168f902af46ba5ce8ea96b5.tar.xz |
battstat: whitespace is missing
-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 { |