From 8c35913ed7042e11a20aecaccc9c1662a54c7321 Mon Sep 17 00:00:00 2001 From: molan-git <59296158+molan-git@users.noreply.github.com> Date: Thu, 30 Jan 2020 12:50:52 +0100 Subject: [PATCH] Updates text --- qml/pages/Settings.qml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/qml/pages/Settings.qml b/qml/pages/Settings.qml index 28d8068..d0fd7ac 100644 --- a/qml/pages/Settings.qml +++ b/qml/pages/Settings.qml @@ -115,7 +115,7 @@ Page { model: ListModel { ListElement { name: "molan" - desc: qsTrId("Maintainer of this release") + desc: qsTr("Maintainer of this release") mastodon: "" mail: "mol_an@sunrise.ch" } @@ -127,31 +127,31 @@ Page { } ListElement { name: "Miodrag Nikolić" - desc: qsTrId("Visual identity") + desc: qsTr("Visual identity") mastodon: "" mail: "micotakis@gmail.com" } ListElement { name: "Quentin PAGÈS / Quenti ♏" - desc: qsTrId("Occitan & French translation") + desc: qsTr("Occitan & French translation") mastodon: "Quenti@framapiaf.org" mail: "" } ListElement { name: "André Koot" - desc: qsTrId("Dutch translation") + desc: qsTr("Dutch translation") mastodon: "meneer@mastodon.social" mail: "https://twitter.com/meneer" } ListElement { name: "Carlos Gonzalez / Caballlero" - desc: qsTrId("Spanish translation") + desc: qsTr("Spanish translation") mastodon: "" mail: "carlosgonz@protonmail.com" } ListElement { name: "Mohamed-Touhami MAHDI" - desc: qsTrId("Added README file") + desc: qsTr("Added README file") mastodon: "dragnucs@touha.me" mail: "touhami@touha.me" }