Minor spelling and wording corrections
This commit is contained in:
parent
74d21224ab
commit
f3e87eb3fc
|
@ -176,7 +176,7 @@ HDrawer {
|
|||
onAccepted: if (text) { runJS(text); text = ""; historyEntry = -1 }
|
||||
backgroundColor: Qt.hsla(0, 0, 0, 0.85)
|
||||
bordered: false
|
||||
placeholderText: qsTr("Javascript debug console - Try .help")
|
||||
placeholderText: qsTr("JavaScript debug console - Try .help")
|
||||
font.family: theme.fontFamily.mono
|
||||
|
||||
Keys.onUpPressed:
|
||||
|
|
|
@ -90,7 +90,7 @@ HBox {
|
|||
HCheckBox {
|
||||
id: publicCheckBox
|
||||
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
|
||||
}
|
||||
|
|
|
@ -73,7 +73,7 @@ HColumnLayout {
|
|||
toolTip.text:
|
||||
enabled ?
|
||||
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
|
||||
bottomPadding: 0
|
||||
|
|
|
@ -78,7 +78,7 @@ BoxPopup {
|
|||
text:
|
||||
invitingAllowed ?
|
||||
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.fillWidth: true
|
||||
|
|
Loading…
Reference in New Issue
Block a user