Comment 4 for bug 826553

Revision history for this message
tkranz (tkranz) wrote :

in case I got this right...

If the msgid_plural String will be corrected there need to be a change in ./Steadyflow.UI/DownloadCellRenderer.vala line 197

from:

return ngettext ("%s, %d hour remaining", "%s, %d hour remaining", (int) hours).printf(

to:

return ngettext ("%s, %d hour remaining", "%s, %d hours remaining", (int) hours).printf(