Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request #59 from Cypresslin/trival-term-fix
Browse files Browse the repository at this point in the history
Update the term in ViewFinderOverlay.qml
  • Loading branch information
dark-eye authored Mar 15, 2018
2 parents 8eb24cf + 9d00950 commit 78a84dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ViewFinderOverlay.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ Item {
id: noPermissionsDialog
objectName: "noPermissionsDialog"
title: i18n.tr("Cannot access camera")
text: i18n.tr("Camera app doesn't have permission to access the camera hardware or another error occurred.\n\nIf granting permission does not resolve this problem, reboot your phone.")
text: i18n.tr("Camera app doesn't have permission to access the camera hardware or another error occurred.\n\nIf granting permission does not resolve this problem, reboot your device.")
Button {
text: i18n.tr("Cancel")
onClicked: {
Expand Down

0 comments on commit 78a84dd

Please sign in to comment.