Unify capitalization
Sorry, this introduces a new string... Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
be9654cf86
commit
89bd0cfdbd
@ -153,7 +153,7 @@ Kirigami.ApplicationWindow {
|
|||||||
}
|
}
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
iconName: "icons/ic_add_location.svg"
|
iconName: "icons/ic_add_location.svg"
|
||||||
text: qsTr("Apply GPS Fixes")
|
text: qsTr("Apply GPS fixes")
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
manager.applyGpsData();
|
manager.applyGpsData();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user