Skip to content
Commit 41e76d89 authored by Nate Graham's avatar Nate Graham
Browse files

Fix plural strings in search result header text

We don't always have more than one result, and in some languages, the
singular form is used for numbers like 21. So use i18np() here.

The orders of the arguments is reversed in some function calls because
i18np() requires that that the number which determines a string's
plurality be the first argument.
parent 51432481
Pipeline #302781 passed with stage
in 1 minute and 41 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment