Fix grammar

This commit is contained in:
Mikhail Novosyolov 2020-01-22 19:55:52 +03:00
parent aa14105ed6
commit 32a5749d14
3 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ class AbfJson(object):
self.file_store_url = re.compile('/+$').sub('', file_store_url)
if not self.file_store_url.startswith('http://'):
log.error(_('File-store url have to start with "http://"'))
log.error(_('File-store URL has to start with "http://"'))
exit(1)
self.file_store_domain = self.file_store_url[7:]

View file

@ -1763,7 +1763,7 @@ msgid "can't interpret %r"
msgstr ""
#: ../abf/api/jsn.py:55
msgid "File-store url have to start with \"http://\""
msgid "File-store URL has to start with \"http://\""
msgstr ""
#: ../abf/api/jsn.py:92

View file

@ -1988,7 +1988,7 @@ msgid "can't interpret %r"
msgstr "не могу интерпретировать %r"
#: ../abf/api/jsn.py:55
msgid "File-store url have to start with \"http://\""
msgid "File-store URL has to start with \"http://\""
msgstr "Ссылка на файловое хранилище должна начинаться с \"http://\""
#: ../abf/api/jsn.py:92