Doing some code review and cleanups (more issues/patches to follow) and noticed that format_plural() was being called incorrectly:

This function ensures that the string is pluralized correctly. Since t() is called by this function, make sure not to pass already-localized strings to it.

Comments

drewish’s picture

StatusFileSize
new2.98 KB

woops, that's the wrong patch (it's the basis for the rest of my fixes).

drewish’s picture

StatusFileSize
new3.08 KB

man bad patch day for me. that one was reversed.

Soren Jones’s picture

Status: Needs review » Fixed

Andrew,

Committed. Thank you very much!

Best,
Soren

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.