From 2871cf8fef9ff337343fb822665c5dcd4ab4a9d5 Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Tue, 23 Sep 2025 06:30:14 +0000 Subject: [PATCH] [FIX] howtos/translations: fix typo in "wainting" X-original-commit: a1a8ca93f32d55bfe9a196a5555e60685643dd80 --- content/developer/howtos/translations.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/developer/howtos/translations.rst b/content/developer/howtos/translations.rst index f562e7d123..ab3af53e99 100644 --- a/content/developer/howtos/translations.rst +++ b/content/developer/howtos/translations.rst @@ -178,8 +178,8 @@ Blocks **Do** keep in one block, giving the full context to translators:: # good, allow to change position of the number in the translation - _("You have %s invoices wainting") % len(invoices) - _.str.sprintf(_t("You have %s invoices wainting"), invoices.length); + _("You have %s invoices waiting") % len(invoices) + _.str.sprintf(_t("You have %s invoices waiting"), invoices.length); # good, full sentence is understandable _("Reference of the document that generated " + \