aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-02-23 04:04:16 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-02-23 04:04:16 +0000
commitb1db59fda2031cc43da6663144998f457ffc4f97 (patch)
tree6d5058cc345b0e6ed2955677a6d696bc4aa8b2a2 /app/src/main/res/values/strings.xml
parent3fa6969b750cb0effa7b134e8b7a198f36692637 (diff)
downloadinfinity-for-reddit-b1db59fda2031cc43da6663144998f457ffc4f97.tar
infinity-for-reddit-b1db59fda2031cc43da6663144998f457ffc4f97.tar.gz
infinity-for-reddit-b1db59fda2031cc43da6663144998f457ffc4f97.tar.bz2
infinity-for-reddit-b1db59fda2031cc43da6663144998f457ffc4f97.tar.lz
infinity-for-reddit-b1db59fda2031cc43da6663144998f457ffc4f97.tar.xz
infinity-for-reddit-b1db59fda2031cc43da6663144998f457ffc4f97.tar.zst
infinity-for-reddit-b1db59fda2031cc43da6663144998f457ffc4f97.zip
Add a feature: Search for users. Change some names of interfaces and methods.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index d286b264..021d5ddf 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -13,8 +13,9 @@
<string name="tap_to_retry">Error loading image. Tap to retry.</string>
<string name="load_posts_error">Error loading posts.\nTap to retry.</string>
- <string name="no_posts">No posts here.</string>
+ <string name="no_posts">No posts found.</string>
<string name="no_subreddits">No subreddits found.</string>
+ <string name="no_users">No users found.</string>
<string name="load_posts_failed">Error loading posts</string>
<string name="load_comment_failed">Error loading comments</string>