diff options
author | Camil Staps | 2015-06-10 17:55:51 +0200 |
---|---|---|
committer | Camil Staps | 2015-06-10 17:55:51 +0200 |
commit | 2a4efbcf0dd087b9880be132fbee862eb8b80ae0 (patch) | |
tree | 3c20d533fc27fad788d7092b708085493015dde1 /app/src/main/res/values/strings.xml | |
parent | Fixed bug where fragments were shown over one another (diff) |
Cleanup
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rwxr-xr-x | app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9129913..c11dbeb 100755 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -59,6 +59,8 @@ <string name="navigation_drawer_open">Open navigation drawer</string> <string name="navigation_drawer_close">Close navigation drawer</string> + <string name="loading">Loading...</string> + <string name="action_example">Example action</string> <string name="article_author">Written by:</string> |