diff options
| author | JosJuice <josjuice@gmail.com> | 2017-12-24 14:59:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-24 14:59:14 +0100 |
| commit | bfa7c14fef480d02e9cf614af590fedae1867f5f (patch) | |
| tree | f0d490315a4acd6fa01d7b0f01f11634096e825b /Source/Android/app/src/main/res | |
| parent | bedc8149230d22ab06cc8050e1f91469247e315d (diff) | |
| parent | 2cecb64e4cbc5b4e2f6c676ce0232ae225a313b9 (diff) | |
Merge pull request #6258 from mahdihijazi/extract_service
[Android] Refactor AssetCopyService and the way we extract resources …
Diffstat (limited to 'Source/Android/app/src/main/res')
| -rw-r--r-- | Source/Android/app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml index 7405f0619d..0ec04a7971 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -247,4 +247,6 @@ <string name="header_controllers">Controllers</string> <string name="write_permission_needed">You need to allow write access to external storage for the emulator to work</string> + + <string name="load_settings">Loading Settings...</string> </resources> |
