[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Make tooltip more concise (Bug #12342)
noreply at xfce.org
noreply at xfce.org
Sun Oct 29 20:59:37 CET 2017
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-power-manager.
commit 1a878a57ebe95ca65387260c76b6989db4e6e2d5
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sun Oct 29 21:01:24 2017 +0100
Make tooltip more concise (Bug #12342)
---
src/xfpm-battery.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/xfpm-battery.c b/src/xfpm-battery.c
index ee23fb7..b81e1f6 100644
--- a/src/xfpm-battery.c
+++ b/src/xfpm-battery.c
@@ -122,7 +122,7 @@ xfpm_battery_get_message_from_battery_state (XfpmBattery *battery)
est_time_str = xfpm_battery_get_time_string (battery->priv->time_to_full);
- msg = g_strdup_printf (_("%s (%i%%)\n%s until it is fully charged"), tmp, battery->priv->percentage, est_time_str);
+ msg = g_strdup_printf (_("%s (%i%%)\n%s until fully charged"), tmp, battery->priv->percentage, est_time_str);
g_free (est_time_str);
g_free (tmp);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list