From d6dd96e7fcebf5e11b3fca918fe24c3e34b885f4 Mon Sep 17 00:00:00 2001 From: Jurij Vasiliev Date: Thu, 13 Dec 2018 13:58:08 +0100 Subject: [PATCH] 1. Fixed translation for Copy and Reply --- resources/lang/pl/common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/pl/common.php b/resources/lang/pl/common.php index a03cd61fe..b97925222 100644 --- a/resources/lang/pl/common.php +++ b/resources/lang/pl/common.php @@ -31,8 +31,8 @@ return [ 'edit' => 'Edytuj', 'sort' => 'Sortuj', 'move' => 'Przenieś', - 'copy' => 'Copy', - 'reply' => 'Reply', + 'copy' => 'Skopiuj', + 'reply' => 'Odpowiedz', 'delete' => 'Usuń', 'search' => 'Szukaj', 'search_clear' => 'Wyczyść wyszukiwanie',