waydroid: Minor spelling fixes for UI strings

This commit is contained in:
Philipp Kiemle 2025-12-27 14:57:22 +01:00
parent 06420e3787
commit 68f726c9b6
4 changed files with 7 additions and 7 deletions

View file

@ -64,7 +64,7 @@ KCM.SimpleKCM {
onAccepted: {
const url = new URL(selectedFile)
if (url.protocol !== "file:") {
inlineMessage.text = i18n("You must selected local file")
inlineMessage.text = i18n("You must select a local file")
inlineMessage.visible = true
inlineMessage.type = Kirigami.MessageType.Error
} else {

View file

@ -53,14 +53,14 @@ ColumnLayout {
}
FormCard.FormButtonDelegate {
text: i18n("Reset waydroid")
text: i18n("Reset Waydroid")
onClicked: confirmDialog.open()
}
Kirigami.PromptDialog {
id: confirmDialog
title: i18nc("@title:window", "Confirm Waydroid Reset")
subtitle: i18n("Are you sure you want to reset Waydroid ? This is a destructive action, and will wipe all user data.")
subtitle: i18n("Are you sure you want to reset Waydroid? This is a destructive action, and will wipe all user data.")
standardButtons: Kirigami.Dialog.Ok | Kirigami.Dialog.Cancel
onAccepted: AIP.WaydroidDBusClient.resetWaydroid()
@ -89,7 +89,7 @@ ColumnLayout {
Kirigami.Theme.backgroundColor: root.Kirigami.Theme.neutralBackgroundColor
FormCard.FormTextDelegate {
text: i18n("May require restarting the waydroid session to apply")
text: i18n("May require restarting the Waydroid session to apply")
textItem.wrapMode: Text.WordWrap
icon.name: "dialog-warning"
}

View file

@ -30,7 +30,7 @@ KCM.SimpleKCM {
WaydroidLoader {
visible: AIP.WaydroidDBusClient.androidId === ""
text: i18n("We fetching your Android ID.\nIt can take a few seconds.")
text: i18n("Fetching your Android ID.\nIt can take a few seconds.")
}
Connections {
@ -62,7 +62,7 @@ KCM.SimpleKCM {
spacing: Kirigami.Units.largeSpacing
Kirigami.PlaceholderMessage {
explanation: i18n("When launching waydroid with GAPPS for the first time you will be notified that the device is not certified for Google Play Protect. To self certify your device, paste the Android ID on the field in the website. Then, give the Google services some minutes to reflect the change and restart waydroid.")
explanation: i18n("When launching Waydroid with GAPPS for the first time, you will be notified that the device is not certified for Google Play Protect. To self certify your device, paste the Android ID in the field on the website. Then, give the Google services some minutes to reflect the change and restart Waydroid.")
Layout.fillWidth: true
}

View file

@ -32,7 +32,7 @@ ColumnLayout {
}
PC3.Button {
text: i18n("Configure waydroid")
text: i18n("Configure Waydroid")
Layout.alignment: Qt.AlignHCenter
enabled: systemType.currentValue !== undefined