# HG changeset patch # User bsw # Date 1330170162 -3600 # Node ID ad5d7a4eb13da253f45fe24538fa540b11eb0d06 # Parent ee477a136fd4fde07f0c125ab6dbc12d829dc734 Fixed 0 more initiatives bug diff -r ee477a136fd4 -r ad5d7a4eb13d app/main/initiative/_list.lua --- a/app/main/initiative/_list.lua Sat Feb 25 12:04:36 2012 +0100 +++ b/app/main/initiative/_list.lua Sat Feb 25 12:42:42 2012 +0100 @@ -195,7 +195,7 @@ end } - if more_initiatives_count then + if more_initiatives_count and more_initiatives_count > 0 then local text if more_initiatives_count == 1 then text = _("and one more initiative")