[TIMOB-14612] iOS: Typo in saving screen error message
GitHub Issue | n/a |
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-08-30T18:48:33.000+0000 |
Affected Version/s | Release 3.1.1 |
Fix Version/s | Release 5.2.0 |
Components | iOS |
Labels | n/a |
Reporter | David Murray |
Assignee | Eric Merriman |
Created | 2013-07-19T01:20:22.000+0000 |
Updated | 2017-03-21T17:03:23.000+0000 |
Description
The text given if you call saveToPhotoGallery() with an invalid media type string is:
"invalid media type: Exepcted either TiBlob or TiFile, was: String"
"Exepted" is spelled wrong and "Invalid" should be capitalized to be consistent with other error messaging.
Attachments
Fixed in Titanium SDK 5.2.0 when TIMOB-20072 was fixed. https://github.com/appcelerator/titanium_mobile/commit/3258a9c9634420c3ff3f0ba32d2c8885cc44fa10#diff-e19e566138e39044280d74cfee0d3b4eL843
Closing ticket as fixed.