Skip to content

Commit 81418fa

Browse files
committed
[FIX] howtos/translations: fix typo in "wainting"
closes #14648 X-original-commit: a1a8ca9 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent 68b0777 commit 81418fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/developer/howtos/translations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ Blocks
176176
**Do** keep in one block, giving the full context to translators::
177177

178178
# good, allow to change position of the number in the translation
179-
_("You have %s invoices wainting") % len(invoices)
180-
_.str.sprintf(_t("You have %s invoices wainting"), invoices.length);
179+
_("You have %s invoices waiting") % len(invoices)
180+
_.str.sprintf(_t("You have %s invoices waiting"), invoices.length);
181181

182182
# good, full sentence is understandable
183183
_("Reference of the document that generated " + \

0 commit comments

Comments
 (0)