From 777100963af2cda80f7cdd7a5881d9dc3f088cd0 Mon Sep 17 00:00:00 2001
From: Jan Mach <jan.mach@cesnet.cz>
Date: Wed, 27 Feb 2019 13:53:31 +0100
Subject: [PATCH] Minor documentation improvements regarding translations.

(Redmine issue: #4789,#4216)
---
 doc/sphinx/_doclib/development.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/sphinx/_doclib/development.rst b/doc/sphinx/_doclib/development.rst
index 0cfa51162..cd9ea919d 100644
--- a/doc/sphinx/_doclib/development.rst
+++ b/doc/sphinx/_doclib/development.rst
@@ -379,7 +379,7 @@ After adding new strings into the web interface that will need translating pleas
 follow this procedure::
 
 	# Pull (extract and update) all translation strings into message catalogs:
-	(venv) $ make hpybabel-pull
+	(venv) $ make hpybabel-update
 
 	# Now please edit the translation files. For example for czech locale please
 	# edit file ``lib/hawat/translations/cs/messages.po``.
-- 
GitLab