diff options
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-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 54c20710..f0a595d7 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -559,6 +559,8 @@ <string name="settings_hide_subscribed_subreddits_sections_title">Hide Subscribed Subreddits Section</string> <string name="settings_default_search_result_tab">Default Search Result Tab</string> <string name="settings_crash_reports_title">Crash Reports</string> + <string name="settings_nsfw_and_spoiler_dangerous_group_title">Dangerous</string> + <string name="settings_disable_nsfw_forever_title">Disable NSFW Forever</string> <string name="no_link_available">Cannot get the link</string> @@ -1098,4 +1100,6 @@ <string name="crash_reports_deleted">Crash reports are deleted</string> + <string name="disable_nsfw_forever_message">Once enabled, NSFW will be permanently disabled, regardless of whether the NSFW setting is enabled or not. And this option is irreversible, the only way to re-enable NSFW is to clear the app data.\n\nStill want to enable it?</string> + </resources> |