From c2bc9aeee02da57fcee49597b6dc70a3443bb016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=A4rtner?= Date: Tue, 3 Dec 2013 20:56:02 +0100 Subject: [PATCH] Switched to correct gender of "Token" The neutral gender "das Token" is used in science to describe an array of bits or chars, where as the masculin "der Token" is commenly used for keys in communications and authentication in the network. I guess the a CSRF-Token is more a key for authentication then a bit array. --- .../Component/Form/Resources/translations/validators.de.xlf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/Form/Resources/translations/validators.de.xlf b/src/Symfony/Component/Form/Resources/translations/validators.de.xlf index c801d67706083..a9a183197edc6 100644 --- a/src/Symfony/Component/Form/Resources/translations/validators.de.xlf +++ b/src/Symfony/Component/Form/Resources/translations/validators.de.xlf @@ -12,8 +12,8 @@ The CSRF token is invalid. Please try to resubmit the form. - Das CSRF-Token ist ungültig. Versuchen Sie bitte das Formular erneut zu senden. + Der CSRF-Token ist ungültig. Versuchen Sie bitte das Formular erneut zu senden. - \ No newline at end of file +