diff options
author | Allan Wang <me@allanwang.ca> | 2019-09-07 21:59:49 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-09-07 21:59:49 -0700 |
commit | db857056e6226e5d91eeb8ab13478376c51fd89e (patch) | |
tree | ceab68f2e5f574c8b5a1e99eadecd06831db34bb /app/src/main/res/values | |
parent | 4c7521d2f773424d76bfe8b4f5beb6cb8b1af815 (diff) | |
download | frost-db857056e6226e5d91eeb8ab13478376c51fd89e.tar.gz frost-db857056e6226e5d91eeb8ab13478376c51fd89e.tar.bz2 frost-db857056e6226e5d91eeb8ab13478376c51fd89e.zip |
Remove web only strings
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings_pref_experimental.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/src/main/res/values/strings_pref_experimental.xml b/app/src/main/res/values/strings_pref_experimental.xml index b1ce508f..5ae5d56c 100644 --- a/app/src/main/res/values/strings_pref_experimental.xml +++ b/app/src/main/res/values/strings_pref_experimental.xml @@ -10,10 +10,6 @@ <string name="restart_frost_desc">Launch a cold restart for the application.</string> <!-- Debugging phishing warnings --> - <string name="web_only" translatable="false">Web Only</string> - <string name="web_only_desc" translatable="false">Having troubles? Enable to use web exclusive features. All parsing and background services will be disabled.</string> <string name="web_requests" translatable="false">Web Requests</string> <string name="web_requests_desc" translatable="false">Enables features such as marking notifications as read. Known to potentially cause phishing responses.</string> - <string name="leave_web_only_title" translatable="false">Leave web only mode</string> - <string name="leave_web_only_desc" translatable="false">Currently in web only mode. Would you like to disable it to continue?</string> </resources>
\ No newline at end of file |