diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-08-30 08:22:41 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-08-30 08:22:41 +0000 |
commit | b34fcf1c6d44950c0c714cdfdab65b760744f890 (patch) | |
tree | 5e8e76af189f5981c691ecd71ebf4b7c452232e6 /app/src/main/res/values | |
parent | e3d672f395b2f1ecf73ade613f38ad5de9416bac (diff) | |
download | infinity-for-reddit-b34fcf1c6d44950c0c714cdfdab65b760744f890.tar infinity-for-reddit-b34fcf1c6d44950c0c714cdfdab65b760744f890.tar.gz infinity-for-reddit-b34fcf1c6d44950c0c714cdfdab65b760744f890.tar.bz2 infinity-for-reddit-b34fcf1c6d44950c0c714cdfdab65b760744f890.tar.lz infinity-for-reddit-b34fcf1c6d44950c0c714cdfdab65b760744f890.tar.xz infinity-for-reddit-b34fcf1c6d44950c0c714cdfdab65b760744f890.tar.zst infinity-for-reddit-b34fcf1c6d44950c0c714cdfdab65b760744f890.zip |
Lazy mode is available in FilteredThingActivity. Fixed a bug related to lazy mode. Fixed several bugs in ViewModels. Minor bugs fixed.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
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 0eb7335c..b4d561b3 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -62,7 +62,7 @@ <string name="vote_failed">Vote failed</string> <string name="refresh_post_failed">Error refreshing the post</string> - <string name="load_messages_failed">Error loading messages</string> + <string name="load_messages_failed">Error loading messages.\nTap to retry.</string> <string name="no_messages">Empty</string> <string name="nsfw">NSFW</string> |