From a85e39687e13ac9a26768c15543f3acf62503ec0 Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 22 Feb 2017 14:33:25 +0100 Subject: [PATCH] added missing 'do not redirect me' line to hun translation --- app/locales/hu_HU/translations.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/locales/hu_HU/translations.php b/app/locales/hu_HU/translations.php index dfc3246..5766c2c 100644 --- a/app/locales/hu_HU/translations.php +++ b/app/locales/hu_HU/translations.php @@ -255,4 +255,5 @@ return array( 'New Password' => 'Új jelszó', 'Wrong password' => 'Rossz jelszó', 'Duplicated feed' => 'Dupla feed', + 'Do not redirect me' => 'Ne irányíts át' );