! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Typo in battery notifications
Status:
RESOLVED: DUPLICATE
Product:
Xfce4-power-manager
Component:
General

Comments

Description savoie44 2013-01-12 22:02:45 CET
In like 224 of http://git.xfce.org/xfce/xfce4-power-manager/tree/src/xfpm-battery.c ,  it says

"msg = g_strdup_printf (_("%s (%i%%)\n%s until is fully charged."), tmp, battery->priv->percentage, est_time_str);"

it should be "until it's fully charged", not "is fully charged."
Comment 1 Bobby Martin 2013-04-24 04:43:19 CEST
After cloning it from git, line 224 is currently:
 msg = g_strdup_printf (_("%s (%i%%)\nEstimated time left is %s."), tmp, battery->priv->percentage, est_time_str); 

which looks fine in my opinion.
Comment 2 Jérôme Guelfucci editbugs 2013-08-11 22:39:19 CEST
Thank you for your bug report, this is a duplicate of bug #9322.

*** This bug has been marked as a duplicate of bug 9322 ***

Bug #9753

Reported by:
savoie44
Reported on: 2013-01-12
Last modified on: 2013-08-11

People

Assignee:
Ali Abdallah
CC List:
2 users

Version

Version:
Unspecified

Attachments

Additional information