diff --git a/basetheme_bootstrap/locale/fr/LC_MESSAGES/django.po b/basetheme_bootstrap/locale/fr/LC_MESSAGES/django.po index 431d4fd7841d62ed810f3094e34b5e8229da8467..ae7c6043146328dbde56690991d628bff87c3b48 100644 --- a/basetheme_bootstrap/locale/fr/LC_MESSAGES/django.po +++ b/basetheme_bootstrap/locale/fr/LC_MESSAGES/django.po @@ -78,7 +78,7 @@ msgid "Home" msgstr "Accueil" msgid "Login" -msgstr "Connection" +msgstr "Connexion" msgid "Admin" msgstr "Admin" @@ -87,7 +87,7 @@ msgid "Account" msgstr "Compte" msgid "Logout" -msgstr "Deconnection" +msgstr "Deconnexion" msgid "Type your search here" msgstr "Rechercher ici" diff --git a/setup.py b/setup.py index 0ea5571966c0ba0cd05e9e7b50b742ec9d4fc975..fd477bea781acd77097b822e0ef763d773a3a9d2 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ readme = open('README.rst').read() setup( name='django-basetheme-bootstrap', - version='0.2.73', + version='0.2.74', description='Django Basetheme Bootstrap', long_description=readme, author='Bryan Brancotte',