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

Commit

Permalink
Update the term in ViewFinderOverlay.qml
Browse files Browse the repository at this point in the history
As this app will run on a tablet as well, using the term "device" might be more appropriate
  • Loading branch information
Cypresslin authored Mar 6, 2018
1 parent 8eb24cf commit 9d00950
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 9d00950

Please sign in to comment.