s/Translations/Translators/ seems more appropriate

[ci skip]
This commit is contained in:
Ignacio R. Morelle 2017-10-16 19:54:42 -03:00
parent 9e9f341dcd
commit 394b16697f

View file

@ -83,7 +83,7 @@ it for you.
if path == "data/core/about.cfg":
print("== Core Contributors ==")
elif path == "data/core/about_i18n.cfg":
print("== Translations ==")
print("== Translators ==")
else:
slash1 = path.rfind("/")
slash2 = path.rfind("/", 0, slash1)