aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-06-14 03:58:52 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-06-14 03:58:52 +0000
commit72d811186f09aea6a6be93b5e4cf1d35083d2462 (patch)
treea579593ec885a7967cb235f04d4e162a1acf215f /app/src/main/res/values
parentf69ae29bb93a113bad77bd258c92398bd45cd902 (diff)
downloadinfinity-for-reddit-72d811186f09aea6a6be93b5e4cf1d35083d2462.tar
infinity-for-reddit-72d811186f09aea6a6be93b5e4cf1d35083d2462.tar.gz
infinity-for-reddit-72d811186f09aea6a6be93b5e4cf1d35083d2462.tar.bz2
infinity-for-reddit-72d811186f09aea6a6be93b5e4cf1d35083d2462.tar.lz
infinity-for-reddit-72d811186f09aea6a6be93b5e4cf1d35083d2462.tar.xz
infinity-for-reddit-72d811186f09aea6a6be93b5e4cf1d35083d2462.tar.zst
infinity-for-reddit-72d811186f09aea6a6be93b5e4cf1d35083d2462.zip
Show a snackbar when sending comment and sending comment fails. Display the sent comment data after the comment is sent.
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 1b4968b0..c9f5b44d 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -72,6 +72,8 @@
<string name="lazy_mode_stop">Lazy Mode stopped</string>
<string name="write_comment_hint">Your interesting thoughts here</string>
+ <string name="sending_comment">Sending</string>
<string name="send_comment_failed">Could not send this comment</string>
+ <string name="parse_sent_comment_failed">The comment is sent but unable to get the sent comment</string>
</resources>