diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-08-19 16:55:29 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-08-19 16:55:29 +0000 |
commit | 6c6b54c31e7e17a27c03da899f2650be01f8a4ac (patch) | |
tree | 1404f7c42b56ba7488ef11ff3a8acb3c32490637 /app/src | |
parent | 55bae7a2944ba19ddb177ad876699f0d3d7648c8 (diff) | |
download | infinity-for-reddit-6c6b54c31e7e17a27c03da899f2650be01f8a4ac.tar infinity-for-reddit-6c6b54c31e7e17a27c03da899f2650be01f8a4ac.tar.gz infinity-for-reddit-6c6b54c31e7e17a27c03da899f2650be01f8a4ac.tar.bz2 infinity-for-reddit-6c6b54c31e7e17a27c03da899f2650be01f8a4ac.tar.lz infinity-for-reddit-6c6b54c31e7e17a27c03da899f2650be01f8a4ac.tar.xz infinity-for-reddit-6c6b54c31e7e17a27c03da899f2650be01f8a4ac.tar.zst infinity-for-reddit-6c6b54c31e7e17a27c03da899f2650be01f8a4ac.zip |
Fix activity label in CustomizeCommentFilterActivity.
Diffstat (limited to 'app/src')
-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 97086400..444c95b9 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -46,7 +46,7 @@ <string name="history_activity_label">History</string> <string name="subscription_activity_label">Subscription</string> <string name="comment_filter_preference_activity_label">Comment Filter</string> - <string name="customize_comment_filter_activity_label">Customize Post Filter</string> + <string name="customize_comment_filter_activity_label">Customize Comment Filter</string> <string name="navigation_drawer_open">Open navigation drawer</string> <string name="navigation_drawer_close">Close navigation drawer</string> |