summaryrefslogtreecommitdiffstats
path: root/qml/pages/LongTermDayItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/pages/LongTermDayItem.qml')
-rw-r--r--qml/pages/LongTermDayItem.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/pages/LongTermDayItem.qml b/qml/pages/LongTermDayItem.qml
index 95995fd..3ea8932 100644
--- a/qml/pages/LongTermDayItem.qml
+++ b/qml/pages/LongTermDayItem.qml
@@ -63,7 +63,7 @@ ObjectModel {
z: -1
x: -ApplicationInfo.hMargin
Accessible.role: Accessible.Button
- Accessible.name: qsTr("%1 %2 - temperature low: %3, high: %4, wind: %5 %6").arg(Utils.getDay(0, dayModel)).arg(Utils.getShortDate(dayModel.date)).arg(lowTemp.text).arg(highTemp.text).arg(windSpeed.text).arg(windSpeedUnit.text)
+ Accessible.name: qsTr("%1 %2 - temperature low: %3, high: %4, wind: %5 %6").arg(Utils.getDay(0, dayModel)).arg(Utils.getShortDate(dayModel.date)).arg(lowTemp.text).arg(highTemp.text).arg(windSpeed.text).arg(Utils.expandAbbreviation("m/s"))
Accessible.description: qsTr("press for details")
function accessiblePressAction () {
ApplicationInfo.currentIndexDay = index