mirror of
https://abf.rosa.ru/djam/abf-console-client-src.git
synced 2025-02-23 18:02:50 +00:00
Fix grammar
This commit is contained in:
parent
aa14105ed6
commit
32a5749d14
3 changed files with 3 additions and 3 deletions
|
@ -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:]
|
||||
|
|
|
@ -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
|
||||
|
|
2
po/ru.po
2
po/ru.po
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue