mark some strings as translatable

This commit is contained in:
erciccione
2018-06-26 13:28:31 +03:00
parent cd46edb23f
commit 53c3151a23
6 changed files with 11 additions and 11 deletions

View File

@@ -188,7 +188,7 @@ Rectangle {
id: fromDatePicker
Layout.fillWidth: true
width: 100 * scaleRatio
inputLabel.text: "Date from"
inputLabel.text: qsTr("Date from") + translationManager.emptyString
onCurrentDateChanged: {
onFilterChanged()
@@ -211,7 +211,7 @@ Rectangle {
id: toDatePicker
Layout.fillWidth: true
width: 100 * scaleRatio
inputLabel.text: "Date to"
inputLabel.text: qsTr("Date to") + translationManager.emptyString
onCurrentDateChanged: {
onFilterChanged()