[3.1.x] Refs #30165 -- Removed leftover 'u' prefix.

Backport of bac5777bff from master
This commit is contained in:
Claude Paroz 2020-07-28 12:07:18 +02:00 committed by Carlton Gibson
parent 23ce3d8491
commit 06474e929f
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ helper function described next.
Lazy translations and plural
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
When using lazy translation for a plural string (``[u]n[p]gettext_lazy``), you
When using lazy translation for a plural string (``n[p]gettext_lazy``), you
generally don't know the ``number`` argument at the time of the string
definition. Therefore, you are authorized to pass a key name instead of an
integer as the ``number`` argument. Then ``number`` will be looked up in the