Skip to content

Commit

Permalink
Make Time to First Fix translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Feb 27, 2022
1 parent cdc6ea9 commit bece000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/components/Providers.qml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Item {
if (pendingFix) {
secsToFirstFix = Math.round((t - activateGPSTimestamp)/1000) //using actual position time
pendingFix=false
Notices.show("GPS Time to First Fix " + secsToFirstFix, Notice.Long)
Notices.show(qsTr("Time to First Fix")+" "+secsToFirstFix, Notice.Long)
}

}
Expand Down

0 comments on commit bece000

Please sign in to comment.