From 328aaa14a9f7a0c74ffe87c4814671330f6ef68b Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Mar 21 2025 03:20:06 +0000 Subject: Make one more string localizable --- diff --git a/01-EnableExtraRepos.qml b/01-EnableExtraRepos.qml index 6da1d39..2d2c403 100644 --- a/01-EnableExtraRepos.qml +++ b/01-EnableExtraRepos.qml @@ -38,7 +38,7 @@ GenericPage { }, QQC2.Button { id: enableThirdParty - text: "Enable Third Party Repositories" + text: i18nd("plasma-welcome-fedora", "Enable Third Party Repositories") onClicked: { Controller.runCommand("pkexec fedora-third-party enable"); showPassiveNotification(i18nd("plasma-welcome-fedora", "Third-Party Repositories are now being enabled in the background.")); diff --git a/po/plasma-welcome-fedora.pot b/po/plasma-welcome-fedora.pot index 3c5b640..b211293 100644 --- a/po/plasma-welcome-fedora.pot +++ b/po/plasma-welcome-fedora.pot @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: plasma-welcome-fedora\n" "Report-Msgid-Bugs-To: https://pagure.io/fedora-kde/plasma-welcome-fedora/" "issues\n" -"POT-Creation-Date: 2025-02-28 16:38-0300\n" +"POT-Creation-Date: 2025-03-21 00:19-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -56,6 +56,10 @@ msgctxt "@action:button" msgid "Learn more about Fedora's license approval standards" msgstr "" +#: 01-EnableExtraRepos.qml:41 +msgid "Enable Third Party Repositories" +msgstr "" + #: 01-EnableExtraRepos.qml:44 msgid "Third-Party Repositories are now being enabled in the background." msgstr ""