mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-18 16:17:03 +00:00
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