Update strings around adding shortcuts

Chrome uses the wording "Add to home screen" when adding
a shortcut.

   https://developer.chrome.com/multidevice/android/installtohomescreen

That sounds more direct that this app's wording. Updating to match.
This commit is contained in:
Branden Archer
2017-11-27 14:50:18 -05:00
parent 22afeddcbc
commit 1673c0229a

View File

@@ -8,7 +8,7 @@
<string name="storeName">Store</string>
<string name="note">Note</string>
<string name="addShortcut">Add Shortcut</string>
<string name="addShortcut">Add to Home Screen</string>
<string name="cardId">Card ID</string>
<string name="barcodeType">Barcode Type</string>
@@ -27,7 +27,7 @@
<string name="ok">OK</string>
<string name="copy_to_clipboard">Copy ID to clipboard</string>
<string name="sendLabel">Send&#8230;</string>
<string name="addedShortcut">Added shortcut</string>
<string name="addedShortcut">Added to Home Screen</string>
<string name="editCardTitle">Edit Loyalty Card</string>
<string name="addCardTitle">Add Loyalty Card</string>