From 68e9fa6601eb9895a4c11bc8ad1fe503f7783d80 Mon Sep 17 00:00:00 2001
From: Pato Istvan <istvan.pato@gmail.com>
Date: Sat, 22 Apr 2017 15:49:43 +0200
Subject: Fixing unit test error: "Incorrect number of %s in hu_HU translation
 of: %s set a new internal link for the task %s"

---
 app/Locale/hu_HU/translations.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'app')

diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php
index 505939e6..6e0f2931 100644
--- a/app/Locale/hu_HU/translations.php
+++ b/app/Locale/hu_HU/translations.php
@@ -1127,8 +1127,8 @@ return array(
     '%s removed an internal link for the task #%d' => '%s törölt egy belső hivatkozást a #%d feladatból',
     'A new internal link for the task #%d have been defined' => 'Egy új, belső hivatkozás lett megadva a #%d feladathoz',
     'Internal link removed for the task #%d' => 'Belső hivatkozás törölve a #%d feladatból',
-    '%s set a new internal link for the task %s' => '%s beállított egy új, belső hivatkozást a #%d feladathoz',
-    '%s removed an internal link for the task %s' => '%s törölt egy belső hivatkozást a #%d feladatból',
+    '%s set a new internal link for the task %s' => '%s beállított egy új, belső hivatkozást a %s feladathoz',
+    '%s removed an internal link for the task %s' => '%s törölt egy belső hivatkozást a %s feladatból',
     'Automatically set the due date on task creation' => 'Automatikus határidő beállítás feladat létrehozásakor',
     'Move the task to another column when closed' => 'Feladat áthelyezése egy másik oszlopba, ha lezárják',
     'Move the task to another column when not moved during a given period' => 'Feladat áthelyezése egy másik oszlopba, ha egy adott ideig nem lett mozgatva',
-- 
cgit v1.2.3