fix: double colon in window title

This commit is contained in:
James Houlahan
2020-08-20 13:29:46 +02:00
committed by Michal Horejsek
parent df80e7eb27
commit f8cf4e966f

View File

@ -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
}