aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-10-14 03:03:54 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-10-14 03:03:54 +0000
commit68f113a66ef9b21484ae24b9cb937397aee739fb (patch)
treedebd9a06436aa1e53d9a7caf59cd5696c6fbb5a2 /app/src/main/res/values
parentfdca23fa14c5f42b028a0598e9fb2c4ae6a696f2 (diff)
downloadinfinity-for-reddit-68f113a66ef9b21484ae24b9cb937397aee739fb.tar
infinity-for-reddit-68f113a66ef9b21484ae24b9cb937397aee739fb.tar.gz
infinity-for-reddit-68f113a66ef9b21484ae24b9cb937397aee739fb.tar.bz2
infinity-for-reddit-68f113a66ef9b21484ae24b9cb937397aee739fb.tar.lz
infinity-for-reddit-68f113a66ef9b21484ae24b9cb937397aee739fb.tar.xz
infinity-for-reddit-68f113a66ef9b21484ae24b9cb937397aee739fb.tar.zst
infinity-for-reddit-68f113a66ef9b21484ae24b9cb937397aee739fb.zip
Show an error message when favorite or unfavorite something failed. Minor bugs fixed. Version 1.3.0.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml2
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 f37430d3..d332d5e0 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -231,6 +231,8 @@
<string name="post_hide_success">Post hidden</string>
<string name="post_hide_failed">Unable to hide post</string>
<string name="post_unhide_success">Post unhidden</string>
+ <string name="thing_favorite_failed">Failed to favorite it</string>
+ <string name="thing_unfavorite_failed">Failed to unfavorite it</string>
<string name="post_unhide_failed">Unable to unhide post</string>
<string name="delete_this_post">Delete This Post</string>
<string name="delete_this_comment">Delete This Comment</string>