Show an error message when favorite or unfavorite something failed. Minor bugs fixed. Version 1.3.0.

This commit is contained in:
Alex Ning
2019-10-14 11:03:54 +08:00
parent fdca23fa14
commit 68f113a66e
5 changed files with 15 additions and 3 deletions

View File

@@ -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>