-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't warn about image/sensor proportions mismatch if the 90 deg rota…
…ted image fits the sensor
- Loading branch information
1 parent
74a6e85
commit 8ce40f7
Showing
3 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
const strings = { | ||
customCameraPresetName: 'Custom camera', | ||
unitMm: 'mm' | ||
unitMm: 'mm', | ||
imageSensorProportionsMismatch: 'Image/sensor proportions mismatch' | ||
} | ||
|
||
export default strings |