Commit 442c348a authored by Michal Čihař's avatar Michal Čihař

Fix few typos

parent 6240646e
......@@ -142,7 +142,7 @@ class PropertiesFormat(FileFormat):
Java properties need to be iso-8859-1, but
ttkit converts them to utf-8.
'''
store.enncoding = 'iso-8859-1'
store.encoding = 'iso-8859-1'
register_fileformat(PropertiesFormat)
......@@ -151,7 +151,7 @@ class PropertiesUtf8Format(FileFormat):
name = _('Java Properties (UTF-8)')
format_id = 'properties-utf8'
loader = ('properties', 'javautf8file')
monolingual = 5
monolingual = True
register_fileformat(PropertiesUtf8Format)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment