diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-09-26 13:37:54 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-09-26 13:37:54 +0000 |
commit | 76feb81c6baf68415dcd56eb122229134c6ed54b (patch) | |
tree | 0711d6087bfe23cee68e017ba46b670b5b2f4214 /app/src/main/res | |
parent | 39835c587abab4cdfe08d30a9546b8df1fb2ed26 (diff) | |
download | infinity-for-reddit-76feb81c6baf68415dcd56eb122229134c6ed54b.tar infinity-for-reddit-76feb81c6baf68415dcd56eb122229134c6ed54b.tar.gz infinity-for-reddit-76feb81c6baf68415dcd56eb122229134c6ed54b.tar.bz2 infinity-for-reddit-76feb81c6baf68415dcd56eb122229134c6ed54b.tar.lz infinity-for-reddit-76feb81c6baf68415dcd56eb122229134c6ed54b.tar.xz infinity-for-reddit-76feb81c6baf68415dcd56eb122229134c6ed54b.tar.zst infinity-for-reddit-76feb81c6baf68415dcd56eb122229134c6ed54b.zip |
Load anonymous multireddit posts.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7b44a036..294a075a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1102,6 +1102,7 @@ <string name="vote">Vote</string> <string name="anonymous_front_page_no_subscriptions">Start by joining a subreddit!</string> + <string name="anonymous_multireddit_no_subreddit">This multireddit does not have a subreddit!</string> <string name="backup_settings_success">Successfully exported settings to the destination directory. The password of the generated zip file is 123321. Please don\'t modify the zip file.</string> <string name="create_zip_in_destination_directory_failed">Could not create backup zip in the destination directory</string> |