This bug was fixed in the package update-manager - 1:0.156.3
---
update-manager (1:0.156.3) precise; urgency=low
[ Jean-Baptiste Lallement ]
* lp:~jibel/update-manager/AutoUpgradeTester-desktoptests:
New tests for Ubuntu Desktop LTS upgrade:
* autologin check
* user se
** Branch linked: lp:~dpolehn-gmail/update-manager/fix-921310
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/351665
Title:
Three messages should be in a singular/plural form
To manage notifications
** Changed in: update-manager (Ubuntu)
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/351665
Title:
Three messages should be in a singular/plural form
To
** Branch linked: lp:update-manager
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/351665
Title:
Three messages should be in a singular/plural form
To manage notifications about this bug go to:
http
** Branch linked: lp:~evfool/update-manager/lp351665
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/351665
Title:
Three messages should be in a singular/plural form
To manage notifications about thi
** Changed in: update-manager (Ubuntu)
Assignee: (unassigned) => Robert Roth (evfool)
** Changed in: update-manager (Ubuntu)
Status: Triaged => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launc
** Changed in: update-manager (Ubuntu)
Assignee: Michael Vogt (mvo) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/351665
Title:
Three messages should be in a singular/plural for
Here is the code in question:
def humanize_size(bytes):
"""
Convert a given size in bytes to a nicer better readable unit
"""
if bytes == 0:
# TRANSLATORS: download size is 0
return _("0 KB")
elif bytes < 1024:
# TRANSLATORS: download size of very small
Thanks for your bugreport.
We are currently in string freeze, do you think we should break that
freeze for the plural change? If so we should coordinate with ubuntu-
translat...@lists.ubuntu.com, if they do not have objections I will do
the change.
** Changed in: update-manager (Ubuntu)
Import