From 3a744197b83a6e9b7cbb2f1937d75f19660712c3 Mon Sep 17 00:00:00 2001 From: erinn Date: Mon, 23 Sep 2019 10:06:44 -0700 Subject: [PATCH] translations for InplaceEditText Update button --- i18n/translation_de.ts | 8 ++++++++ i18n/translation_en.ts | 8 ++++++++ i18n/translation_fr.ts | 8 ++++++++ i18n/translation_pt.ts | 8 ++++++++ qml/widgets/InplaceEditText.qml | 2 +- 5 files changed, 33 insertions(+), 1 deletion(-) diff --git a/i18n/translation_de.ts b/i18n/translation_de.ts index a3f0cbdc..e7a778a9 100644 --- a/i18n/translation_de.ts +++ b/i18n/translation_de.ts @@ -98,6 +98,14 @@ Löschen + + InplaceEditText + + + Update + + + ListOverlay diff --git a/i18n/translation_en.ts b/i18n/translation_en.ts index 78c81605..97294b40 100644 --- a/i18n/translation_en.ts +++ b/i18n/translation_en.ts @@ -98,6 +98,14 @@ Delete + + InplaceEditText + + + Update + + + ListOverlay diff --git a/i18n/translation_fr.ts b/i18n/translation_fr.ts index 2c0d16cb..0cdbf03a 100644 --- a/i18n/translation_fr.ts +++ b/i18n/translation_fr.ts @@ -98,6 +98,14 @@ Effacer + + InplaceEditText + + + Update + + + ListOverlay diff --git a/i18n/translation_pt.ts b/i18n/translation_pt.ts index 5c303071..72acd517 100644 --- a/i18n/translation_pt.ts +++ b/i18n/translation_pt.ts @@ -98,6 +98,14 @@ Deletar + + InplaceEditText + + + Update + + + ListOverlay diff --git a/qml/widgets/InplaceEditText.qml b/qml/widgets/InplaceEditText.qml index 031ac798..5d202722 100644 --- a/qml/widgets/InplaceEditText.qml +++ b/qml/widgets/InplaceEditText.qml @@ -82,7 +82,7 @@ Item { anchors.topMargin: 3 anchors.horizontalCenter: parent.horizontalCenter visible: false - text: "Update" + text: qsTr("Update") onClicked: txt.save()