diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-04 14:11:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-04 14:11:52 -0400 |
commit | d6c5bcd56e293eaf281663b6c1e6b0ab7236be9f (patch) | |
tree | dec58af06d220ba80920fcf9c816b71413c61108 /app/src/main/res | |
parent | 7a13673828f088c179763e8621a94e334319f226 (diff) | |
download | frost-d6c5bcd56e293eaf281663b6c1e6b0ab7236be9f.tar.gz frost-d6c5bcd56e293eaf281663b6c1e6b0ab7236be9f.tar.bz2 frost-d6c5bcd56e293eaf281663b6c1e6b0ab7236be9f.zip |
Small miscellaneous fixes
* mist
* Add back experimental section
* Remove update dev sh
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings_preferences | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_preferences b/app/src/main/res/values/strings_preferences index faaaf96c..34fe5e9b 100644 --- a/app/src/main/res/values/strings_preferences +++ b/app/src/main/res/values/strings_preferences @@ -50,6 +50,8 @@ <string name="experimental_desc">Enable early access to potentially unstable features</string> <string name="experimental_disclaimer">Disclaimer</string> <string name="experimental_disclaimer_info">Experimental features may be unstable and may never make it to production. Use at your own risk, send feedback, and feel free to disable them if they don\'t work well.</string> + <string name="experimental_by_default">Experimental by Default</string> + <string name="experimental_by_default_desc">Feeling risky or just want to help with debugging? Checking this will enable future experimental functions be default.</string> <string name="search_bar">Search Bar</string> <string name="search_bar_desc">Enable the search bar instead of a search overlay</string> <string name="verbose_logging">Verbose Logging</string> |