From 3c36aed6d44a6d1e2662889079881d4a3de79ed8 Mon Sep 17 00:00:00 2001
From: Krzysiek Janiczek <26855867+ookris@users.noreply.github.com>
Date: Fri, 26 Apr 2024 13:45:31 +0200
Subject: [PATCH] Translation fixes
---
QUrl-Theme/getLink.php | 3 ++-
QUrl-Theme/qurl/lang/PL-pl_qurl.php | 6 +-----
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/QUrl-Theme/getLink.php b/QUrl-Theme/getLink.php
index 09cb350..ffe0a7f 100644
--- a/QUrl-Theme/getLink.php
+++ b/QUrl-Theme/getLink.php
@@ -70,7 +70,8 @@ $status = isset( $return['status'] ) ? $return['status'] : '';
' . $qurlLang['get_link_form_qr_info2'] . ' ' . $message . '';
+
+ echo ' ' . $qurlLang['get_link_form_error_message'] . ' ' . $message . '
';
}
?>
diff --git a/QUrl-Theme/qurl/lang/PL-pl_qurl.php b/QUrl-Theme/qurl/lang/PL-pl_qurl.php
index baad8f4..e5f88cc 100644
--- a/QUrl-Theme/qurl/lang/PL-pl_qurl.php
+++ b/QUrl-Theme/qurl/lang/PL-pl_qurl.php
@@ -1,8 +1,4 @@
https://github.com/ookris/QUrl
-
declare(strict_types=1);
// Polish translation
@@ -34,7 +30,7 @@ return [
"get_link_form_qr_h2" => "Kod QR",
"get_link_form_qr_info" => "Udostępnij swój link urządzeniom mobilnym",
"get_link_form_qr_info2" => "Kod QR mozna zapisać. Klikamy na niego prawym przyciskiem myszy a następne wybieramy opcję Zapisz obrazek jako.",
- "get_link_form_qr_message" => "Informacja:",
+ "get_link_form_error_message" => "Informacja:",
// sendEmail.php
"send_email_message_subject" => "QUrl Wiadomość #ID",