From 325eef57e243b85f39e0908a84d29669138ceb47 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 20 Sep 2024 17:40:42 +0200 Subject: [PATCH] Fixing ES flag in Thanks --- .../qml/eu/ad5001/LogarithmPlotter/Popup/ThanksTo.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Popup/ThanksTo.qml b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Popup/ThanksTo.qml index c97bffb..107eac5 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Popup/ThanksTo.qml +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Popup/ThanksTo.qml @@ -261,7 +261,7 @@ BaseDialog { authors: [authors.comradekingu, authors.Ad5001] }) append({ - tranName: '🇳🇴 ' + qsTr('Spanish'), + tranName: '🇪🇸 ' + qsTr('Spanish'), link: 'https://hosted.weblate.org/projects/logarithmplotter/logarithmplotter/es/', authors: [authors.IngrownMink4, authors.gallegonovato] })