aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukáš Tinkl <ltinkl@luxoft.com>2018-06-14 12:17:22 +0200
committerBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2018-06-14 10:19:34 +0000
commit0b441d89fba85696199ec0ebf9298ef4ae515876 (patch)
tree6643dc4c411d55b5416007dda9776bacfefa6009
parent36c3ad8b2540287e5a4567e231d6c084c14a567e (diff)
[vehicle] provide correct translation context for the support panel
this makes the (already translated) strings work Change-Id: If7d45662c8bdf5068ef7bec41ead8b8f1c9a558e Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
-rw-r--r--apps/com.luxoft.vehicle/panels/SupportPanel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/com.luxoft.vehicle/panels/SupportPanel.qml b/apps/com.luxoft.vehicle/panels/SupportPanel.qml
index b10e3419..71cbb273 100644
--- a/apps/com.luxoft.vehicle/panels/SupportPanel.qml
+++ b/apps/com.luxoft.vehicle/panels/SupportPanel.qml
@@ -46,7 +46,7 @@ ListView {
delegate: ListItemSwitch {
width: parent.width
icon.source: Paths.getImagePath(model.icon + (NeptuneStyle.theme === NeptuneStyle.Dark ? "-dark.png" : ".png"))
- text: qsTranslate("ControlModel", model.name)
+ text: qsTranslate("VehicleStore", model.name)
}
ScrollIndicator.vertical: ScrollIndicator {}