From 9034fbffb4ea0ce262bb33833b9f56480b47b860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 3 Dec 2015 21:35:04 +0100 Subject: [PATCH] trivial: use three dots in logout messages, not four (#9199) --- src/authentic2/idp/saml/locale/fr/LC_MESSAGES/django.po | 6 +++--- src/authentic2/idp/saml/templates/idp/saml/logout_fragment.html | 2 +- src/authentic2/templates/authentic2/logout.html | 2 +- src/authentic2_idp_cas/locale/fr/LC_MESSAGES/django.po | 6 +++--- .../templates/authentic2_idp_cas/logout_fragment.html | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/authentic2/idp/saml/locale/fr/LC_MESSAGES/django.po b/src/authentic2/idp/saml/locale/fr/LC_MESSAGES/django.po index 9235e8b..142675a 100644 --- a/src/authentic2/idp/saml/locale/fr/LC_MESSAGES/django.po +++ b/src/authentic2/idp/saml/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Authentic\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-10-13 20:31+0200\n" -"PO-Revision-Date: 2014-11-21 11:43+0100\n" +"PO-Revision-Date: 2015-12-03 21:34+0100\n" "Last-Translator: Mikaël Ates \n" "Language-Team: None\n" "Language: fr\n" @@ -85,8 +85,8 @@ msgstr "Requête de déconnexion invalide" #: authentic2/idp/saml/templates/idp/saml/logout_fragment.html:2 #, python-format -msgid "Sending logout to %(name)s...." -msgstr "Déconnexion avec %(name)s...." +msgid "Sending logout to %(name)s..." +msgstr "Déconnexion avec %(name)s..." #: authentic2/idp/saml/templates/idp/saml/unknown_provider.html:5 #, python-format diff --git a/src/authentic2/idp/saml/templates/idp/saml/logout_fragment.html b/src/authentic2/idp/saml/templates/idp/saml/logout_fragment.html index f9294f0..efe7d15 100644 --- a/src/authentic2/idp/saml/templates/idp/saml/logout_fragment.html +++ b/src/authentic2/idp/saml/templates/idp/saml/logout_fragment.html @@ -1,5 +1,5 @@ {% load i18n %} -
{% blocktrans %}Sending logout to {{ name }}....{% endblocktrans %} +
{% blocktrans %}Sending logout to {{ name }}...{% endblocktrans %} {% if needs_iframe %}