Minor spelling and wording corrections

This commit is contained in:
siedes 2019-12-22 07:21:47 -08:00 committed by miruka
parent 74d21224ab
commit f3e87eb3fc
4 changed files with 4 additions and 4 deletions

View File

@ -176,7 +176,7 @@ HDrawer {
onAccepted: if (text) { runJS(text); text = ""; historyEntry = -1 } onAccepted: if (text) { runJS(text); text = ""; historyEntry = -1 }
backgroundColor: Qt.hsla(0, 0, 0, 0.85) backgroundColor: Qt.hsla(0, 0, 0, 0.85)
bordered: false bordered: false
placeholderText: qsTr("Javascript debug console - Try .help") placeholderText: qsTr("JavaScript debug console - Try .help")
font.family: theme.fontFamily.mono font.family: theme.fontFamily.mono
Keys.onUpPressed: Keys.onUpPressed:

View File

@ -90,7 +90,7 @@ HBox {
HCheckBox { HCheckBox {
id: publicCheckBox id: publicCheckBox
text: qsTr("Make this room public") text: qsTr("Make this room public")
subtitle.text: qsTr("Anyone will be able to join without invitation.") subtitle.text: qsTr("Anyone will be able to join with no invite required.")
Layout.fillWidth: true Layout.fillWidth: true
} }

View File

@ -73,7 +73,7 @@ HColumnLayout {
toolTip.text: toolTip.text:
enabled ? enabled ?
qsTr("Invite members to this room") : qsTr("Invite members to this room") :
qsTr("No permission to invite members in this room") qsTr("No permission to invite members to this room")
topPadding: 0 // XXX topPadding: 0 // XXX
bottomPadding: 0 bottomPadding: 0

View File

@ -78,7 +78,7 @@ BoxPopup {
text: text:
invitingAllowed ? invitingAllowed ?
allErrors : allErrors :
qsTr("You do not have permission to invite members in this room") qsTr("You do not have permission to invite members to this room")
Layout.maximumHeight: text ? implicitHeight : 0 Layout.maximumHeight: text ? implicitHeight : 0
Layout.fillWidth: true Layout.fillWidth: true