mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ Kirigami.ApplicationWindow {
|
|||
}
|
||||
Kirigami.Action {
|
||||
iconName: "icons/ic_add_location.svg"
|
||||
text: qsTr("Apply GPS Fixes")
|
||||
text: qsTr("Apply GPS fixes")
|
||||
onTriggered: {
|
||||
manager.applyGpsData();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue