diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-18 07:47:45 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-18 07:47:45 +0200 |
commit | ec86e1ac850abc43751ced810261a21ee822862a (patch) | |
tree | bbd3cdf105d939e35a616c57e2c764c58905b925 /doc/docgen.py | |
parent | f23b6be178bdfb4e6f0729da2261d5ca32361675 (diff) | |
download | weechat-ec86e1ac850abc43751ced810261a21ee822862a.zip |
core: update French translations
Diffstat (limited to 'doc/docgen.py')
-rw-r--r-- | doc/docgen.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/docgen.py b/doc/docgen.py index c4d7011ff..670b13e9f 100644 --- a/doc/docgen.py +++ b/doc/docgen.py @@ -658,8 +658,8 @@ def docgen_cmd_cb(data, buf, args): doc.write('| {0}\n'.format(escape(lists) if lists else '-')) doc.write('| {0}\n'.format(escape(variables))) if variables_update: - doc.write('*{0}*: +\n{1}'.format( - _('Update allowed'), + doc.write('*{0}* +\n{1}'.format( + _('Update allowed:'), escape(variables_update))) doc.write('\n') doc.write('|===\n') |