mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Remove space before colon.
This commit is contained in:
parent
f5a1a3e00a
commit
f007f0329b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ Kirigami.Page {
|
|||
RowLayout {
|
||||
anchors.top:parent.top
|
||||
Layout.fillWidth: true
|
||||
Text { text: qsTr(" Vendor name : ") }
|
||||
Text { text: qsTr(" Vendor name: ") }
|
||||
ComboBox { Layout.fillWidth: true }
|
||||
}
|
||||
RowLayout {
|
||||
|
|
Loading…
Reference in a new issue