[Bug 351665] Re: Three messages should be in a singular/plural form

2012-02-03 Thread Launchpad Bug Tracker
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

[Bug 351665] Re: Three messages should be in a singular/plural form

2012-02-01 Thread Launchpad Bug Tracker
** 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

[Bug 351665] Re: Three messages should be in a singular/plural form

2012-01-31 Thread Robert Roth
** 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

[Bug 351665] Re: Three messages should be in a singular/plural form

2012-01-30 Thread Launchpad Bug Tracker
** 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

[Bug 351665] Re: Three messages should be in a singular/plural form

2012-01-27 Thread Launchpad Bug Tracker
** 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

[Bug 351665] Re: Three messages should be in a singular/plural form

2012-01-27 Thread Robert Roth
** 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

[Bug 351665] Re: Three messages should be in a singular/plural form

2011-02-16 Thread Michael Vogt
** 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

[Bug 351665] Re: Three messages should be in a singular/plural form

2009-03-31 Thread Michael Vogt
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

[Bug 351665] Re: Three messages should be in a singular/plural form

2009-03-31 Thread Michael Vogt
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