Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ MainView {
width: parent.width
horizontalAlignment: Text.AlignHCenter
wrapMode: Text.WordWrap
text: i18n.tr("Please note that this app will modify your readonly filesystem")
text: i18n.tr("Please note that this app will modify your read-only filesystem")
}
}
}
Expand Down Expand Up @@ -205,7 +205,7 @@ MainView {
}

ListItem.SingleValue {
text: i18n.tr("Check for update")
text: i18n.tr("Check for updates")
progression: !noUpdate
enabled: uBlockEnabled
onClicked: {
Expand Down Expand Up @@ -288,7 +288,7 @@ MainView {
Dialog {
id: newVersionDialog
title: i18n.tr("New version available")
text: i18n.tr("New adblock list available, Want to update?")
text: i18n.tr("New adblock list available, Do you waant to update?")

signal accepted()
signal rejected()
Expand Down