Display overall statistics
[harbour-pedalo.git] / qml / pages / DurationEditDialog.qml
index c1a577b..c4e256b 100644 (file)
@@ -11,6 +11,7 @@ Dialog {
     property alias minute: timePicker.minute
 
     property Item timePicker: timePicker
+    //: Can have two values: "LTR" if remaining time in timer item should be written in "[value] [unit]" order i.e. "2 min", or "RTL" i.e. right-to-left like in Arabic writing systems
     property bool leftToRight: qsTr("LTR") !== "RTL"
 
     canAccept: true
@@ -45,7 +46,6 @@ Dialog {
                         id: timerLabelColumn
                         anchors.centerIn: parent
 
-                        //: Can have two values: "LTR" if remaining time in timer item should be written in "[value] [unit]" order i.e. "2 min", or "RTL" i.e. right-to-left like in Arabic writing systems
                         spacing: -Theme.paddingMedium
                         Row {
                             spacing: Theme.paddingSmall