Hello,

thanks for all your works Siegfried.
Could you consider packaging release 0.2.2.1 instead?
it's essentially a one-line patch which fix bug #334831 

--- webboardlib/wbhistory.py    2006-07-22 17:59:01 +0000
+++ webboardlib/wbhistory.py    2009-02-26 11:26:17 +0000
@@ -76,7 +76,7 @@
                                        days) % days
             elif hours > 0:
                 ret = gettext.ngettext("%s hour ago", "%s hours ago", \
-                                       hours) & hours
+                                       hours) % hours

https://launchpad.net/webboard/+announcement/2116

-- 
Please upgrade webboard to version 0.2.2
https://bugs.launchpad.net/bugs/333902
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to