summaryrefslogtreecommitdiffstats
path: root/doc/translator.py
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2013-09-16 16:48:29 (GMT)
committeralbert-github <albert.tests@gmail.com>2013-09-16 16:48:29 (GMT)
commit5fdcd960334a7c12de937208f5e03824c3e33dea (patch)
tree4711981a6ccdd52615ef9efbf627658c827df28a /doc/translator.py
parentef7c0d697bba97ad26fac192af9531c19779f7c3 (diff)
downloadDoxygen-5fdcd960334a7c12de937208f5e03824c3e33dea.zip
Doxygen-5fdcd960334a7c12de937208f5e03824c3e33dea.tar.gz
Doxygen-5fdcd960334a7c12de937208f5e03824c3e33dea.tar.bz2
Consistency in language part of the documentation
Made documentation more inline with other parts of the documentation (regarding the way e.g. filenames are presented) Corrected some spelling errors Corrected the warning in the language.doc by placing ta reference to the files from which language.doc is generated Corrected the color for the languages that are still v1.4.6 (language name now also red in stead of a pink background, was confusing with languages that were 1.5 / 1.6 compatible)
Diffstat (limited to 'doc/translator.py')
-rw-r--r--doc/translator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/translator.py b/doc/translator.py
index 7e4f012..2e2a200 100644
--- a/doc/translator.py
+++ b/doc/translator.py
@@ -1829,7 +1829,7 @@ class TrManager:
# document template.
tplDic = {}
- s = u'Do not edit this file. It was generated by the %s script.' % self.script_name
+ s = u'Do not edit this file. It was generated by the %s script.\n * Instead edit %s and %s' % (self.script_name, self.languageTplFileName, self.maintainersFileName)
tplDic['editnote'] = s
tplDic['doxVersion'] = self.doxVersion
@@ -1879,7 +1879,7 @@ class TrManager:
# translator are colour marked in the language columnt. Less
# "heavy" color is used (when compared with the Status column).
if obj.readableStatus.startswith('1.4'):
- bkcolor = self.getBgcolorByReadableStatus('1.6')
+ bkcolor = self.getBgcolorByReadableStatus('1.4')
else:
bkcolor = '#ffffff'