From f5663f368851fe5b2e04a74715850490110879ca Mon Sep 17 00:00:00 2001 From: Justin Espedal Date: Sun, 9 Feb 2020 15:11:21 +0900 Subject: [PATCH] Design Mode language fixes http://community.stencyl.com/index.php?issue=1600.0 Fixed capitalization, a/an, and a probably erroneous lang key reference (enable instead of block.enable). --- lang/en/purchases.lang | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/en/purchases.lang b/lang/en/purchases.lang index c50e7bb..d9907a7 100644 --- a/lang/en/purchases.lang +++ b/lang/en/purchases.lang @@ -1,5 +1,5 @@ -iap-validated=iOS Validate Receipt for product with ID %0 with Shared Secret key: %1 in %2 [i:money] +iap-validated=iOS validate receipt for product with ID %0 with shared secret key: %1 in %2 [i:money] iap-validated.help=Optional: Validate Receipt with Itunes before player get items, ID='productID' Shared Secret:'ITunesConnect->Your game->In-App Purchases->View Shared Secret' select Sandbox when testing -production=Production -sandbox=Sandbox \ No newline at end of file +production=production +sandbox=sandbox \ No newline at end of file