tags 505675 + pending
thanks
On Fri, Nov 14, 2008 at 11:44:43AM +0100, helix84 wrote:
> Package: aptitude
> Version: 0.5.0
> Priority: wishlist
>
> a typo:
>
> #: src/gtk/gui.cc:88
> msgid "Hold (don't uprgade)"
"uprgade" occurs also in ChangeLog.SVN where I didn't fix it. Or would this be
acceptable?
> following gtk messages use ngettext() incorrectly (in a way that
> produces two messages instead of plural):
>
> #: src/gtk/gui.cc:455
> #, fuzzy, c-format
> #| msgid "No packages are broken."
> msgid "%d package is broken"
Right.
ngettext(_("%d package is broken"), _("%d packages are broken."), broken_count)
was used instead of
ngettext("%d package is broken", "%d packages are broken.", broken_count)
Thanks, I fixed it.
Jens
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]