GNOME Bugzilla – Bug 664418
"Battery may have been recalled" window contains "%s".
Last modified: 2012-03-09 18:21:58 UTC
In plugins/power/gsd-power-manager.c, line 932 is: message = g_string_new (_("A battery in your computer may have been " "recalled by %s and you may be at risk.")); A vendor name should be in place of "%s". This should be changed to something like this: message = g_string_new (_("A battery in your computer may have been " "recalled by %s and you may be at risk."), vendor);
Created attachment 202203 [details] [review] Fix as proposed.
Committed with a build fix, thanks.
Did you fix the translator comment to spell "its" properly?
(In reply to comment #3) > Did you fix the translator comment to spell "its" properly? You did not.