diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2023-10-15 04:09:31 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2023-10-15 04:09:31 +0000 |
commit | 70c2d571ce113d912bfc04cd86af36f602528740 (patch) | |
tree | b99881026c494ac44ecbf4395e66ebc3c528f7c4 /app/src/main/res/values/strings.xml | |
parent | 06092c73d43bb9ddcf9b272776d9ef9e7caafbeb (diff) | |
download | infinity-for-reddit-70c2d571ce113d912bfc04cd86af36f602528740.tar infinity-for-reddit-70c2d571ce113d912bfc04cd86af36f602528740.tar.gz infinity-for-reddit-70c2d571ce113d912bfc04cd86af36f602528740.tar.bz2 infinity-for-reddit-70c2d571ce113d912bfc04cd86af36f602528740.tar.lz infinity-for-reddit-70c2d571ce113d912bfc04cd86af36f602528740.tar.xz infinity-for-reddit-70c2d571ce113d912bfc04cd86af36f602528740.tar.zst infinity-for-reddit-70c2d571ce113d912bfc04cd86af36f602528740.zip |
Continue implementing showing post filter usages in PostFilterPreferenceActivity.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c6e755e8..44534471 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1372,4 +1372,7 @@ Otherwise, Infinity may not load posts at all. Sorry for the inconvenience.</string> <string name="i_understand">I understand</string> + <string name="click_to_apply_post_filter">Click here to apply it to some post feeds</string> + <string name="post_filter_usage_embedded_more_count">and %1$d more</string> + </resources> |