forked from Silverfish/proton-bridge
fix: double colon in window title
This commit is contained in:
committed by
Michal Horejsek
parent
df80e7eb27
commit
f8cf4e966f
@ -119,7 +119,7 @@ Dialog {
|
||||
|
||||
FileAndFolderSelect {
|
||||
id: outputPathInput
|
||||
title: qsTr("Select location of export:", "todo")
|
||||
title: qsTr("Select location of export", "todo")
|
||||
width : inputRow.columnWidth // stretch folder input
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user