aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-11-27 16:42:07 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-11-27 16:42:07 +0000
commitc8d9269efa5be4f53848dae4ca750afdda1c4870 (patch)
tree1f038f42ac3002642c0469ed88144359b76f303f /app/src/main/res
parentb96552a5ca133c3d5e71232a0b8ba7b42c46440f (diff)
downloadinfinity-for-reddit-c8d9269efa5be4f53848dae4ca750afdda1c4870.tar
infinity-for-reddit-c8d9269efa5be4f53848dae4ca750afdda1c4870.tar.gz
infinity-for-reddit-c8d9269efa5be4f53848dae4ca750afdda1c4870.tar.bz2
infinity-for-reddit-c8d9269efa5be4f53848dae4ca750afdda1c4870.tar.lz
infinity-for-reddit-c8d9269efa5be4f53848dae4ca750afdda1c4870.tar.xz
infinity-for-reddit-c8d9269efa5be4f53848dae4ca750afdda1c4870.tar.zst
infinity-for-reddit-c8d9269efa5be4f53848dae4ca750afdda1c4870.zip
Show a alert dialog when go back from CommentActivity, EditCommentActivity and EditPostActivity.
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 36484819..24bd34c7 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -116,7 +116,7 @@
<string name="lazy_mode_stop">Lazy Mode stopped</string>
<string name="write_comment_hint">Your interesting thought here</string>
- <string name="comment_content_required">Where is your interesting thought</string>
+ <string name="comment_content_required">Where is your interesting thought?</string>
<string name="sending_comment">Sending</string>
<string name="send_comment_success">Comment sent</string>
<string name="send_comment_failed">Could not send this comment</string>
@@ -330,10 +330,12 @@
<string name="no_link_available">Cannot get the link</string>
- <string name="exit_when_submit_post">Leave?</string>
+ <string name="exit_when_submit">Leave?</string>
<string name="exit_when_submit_post_detail">The post will still be submitted even if you leave here.</string>
- <string name="discard_post">Discard?</string>
- <string name="discard_post_detail">All the draft will NOT be saved.</string>
+ <string name="exit_when_edit_post_detail">The post may still be submitted even if you leave here.</string>
+ <string name="exit_when_edit_comment_detail">The comment may still be submitted even if you leave here.</string>
+ <string name="discard">Discard?</string>
+ <string name="discard_detail">All the draft will NOT be saved.</string>
<string name="yes">Yes</string>
<string name="no">No</string>