From: Iver Jordal Date: Wed, 1 Mar 2017 09:29:29 +0000 (+0100) Subject: Fix typo "you app" -> "your app" X-Git-Tag: v4.5.0~28^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de977baa1d743add20f7aa4e4eb0543d0b45b625;p=thirdparty%2Ftornado.git Fix typo "you app" -> "your app" --- diff --git a/tornado/locale.py b/tornado/locale.py index c1cb6792b..fed71a7b3 100644 --- a/tornado/locale.py +++ b/tornado/locale.py @@ -187,7 +187,7 @@ def load_gettext_translations(directory, domain): {directory}/{lang}/LC_MESSAGES/{domain}.mo - Three steps are required to have you app translated: + Three steps are required to have your app translated: 1. Generate POT translation file::