diff options
| -rw-r--r-- | i18n/en.json | 2 | ||||
| -rw-r--r-- | i18n/fr.json | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/i18n/en.json b/i18n/en.json index afeb503..a2971f2 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -15,7 +15,7 @@      "contact-desc": "CONTACTS",      "pythonapi-url" : "Pychrysalide_Python_Module", -    "pythonapi-desc" : "Python documentation", +    "pythonapi-desc" : "Python API",      "howto-url" : "HowTo",      "howto-desc" : "HowTo",      "faq-url" : "FAQ", diff --git a/i18n/fr.json b/i18n/fr.json index 13bfa2b..a997f41 100644 --- a/i18n/fr.json +++ b/i18n/fr.json @@ -15,7 +15,7 @@      "contact-desc": "CONTACTS",      "pythonapi-url" : "Pychrysalide_Python_Module", -    "pythonapi-desc" : "Documentation Python", +    "pythonapi-desc" : "API Python",      "howto-url" : "HowTo",      "howto-desc" : "HowTo",      "faq-url" : "FAQ", | 
