changeset 3934:eabb273bfd80 beta

fix typo
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 02 Jun 2013 21:48:58 +0200
parents a5d30196711e
children 92ec93df78f0
files rhodecode/i18n/how_to
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/i18n/how_to	Sun Jun 02 21:47:48 2013 +0200
+++ b/rhodecode/i18n/how_to	Sun Jun 02 21:48:58 2013 +0200
@@ -48,7 +48,7 @@
 
 Update PO file by doing::
 
-    python setup.py update_catalog -l pl<- to update the translations
+    python setup.py update_catalog -l <new_language_code><- to update the translations
 
 Edit the new updated po file. Repeat all steps after `init_catalog` step from
 new translation instructions