aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-07-21 16:09:40 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-07-21 16:09:40 +0000
commit2f15543f913da5c9100ce114f4268c0576b70a3e (patch)
tree656429d2b712ffa391c7e7eb6de633a7f3408bce /app/src/main/res/values/strings.xml
parent0d5cf54af5de84b35a10ec0b4b2e12dbe09715a0 (diff)
downloadinfinity-for-reddit-2f15543f913da5c9100ce114f4268c0576b70a3e.tar
infinity-for-reddit-2f15543f913da5c9100ce114f4268c0576b70a3e.tar.gz
infinity-for-reddit-2f15543f913da5c9100ce114f4268c0576b70a3e.tar.bz2
infinity-for-reddit-2f15543f913da5c9100ce114f4268c0576b70a3e.tar.lz
infinity-for-reddit-2f15543f913da5c9100ce114f4268c0576b70a3e.tar.xz
infinity-for-reddit-2f15543f913da5c9100ce114f4268c0576b70a3e.tar.zst
infinity-for-reddit-2f15543f913da5c9100ce114f4268c0576b70a3e.zip
Add a ViewPager in ViewUserDetailActivity to display comments. Fixed searching posts without specifying subreddit will result in no posts. Use another api endpoint for fetching posts in ViewUserDetailActivity.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index ba9c2924..76e3f626 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -33,7 +33,7 @@
<string name="no_storage_permission">No storage permission to save this file</string>
<string name="load_posts_failed">Error loading posts</string>
- <string name="post_load_comments_failed">Error loading comments</string>
+ <string name="load_comments_failed">Error loading comments</string>
<string name="retry">Retry</string>
<string name="comments">Comments</string>
<string name="no_comments_yet">No comments yet. Write a comment?</string>