diff options
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 039627dd..5f772352 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1401,5 +1401,9 @@ <string name="emote">Emote</string> <string name="none">None</string> + <string name="comment_filter_display_mode">Display mode</string> + <string name="comment_filter_display_mode_remove_comments">Remove comments</string> + <string name="comment_filter_display_mode_fully_collapse_comments">Fully collapse comments</string> + </resources> |