diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-03 22:15:04 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-07-04 01:17:26 -0400 |
commit | 8ddc3e1512a5add02a7391e92320d3babca85fc8 (patch) | |
tree | 3ff051c13f0d688c76c9d7fb2ea31e1a5c4f6590 /app/src/main/res/values | |
parent | 74ab377fdb14b09929d218836186507b60e0b306 (diff) | |
download | frost-8ddc3e1512a5add02a7391e92320d3babca85fc8.tar.gz frost-8ddc3e1512a5add02a7391e92320d3babca85fc8.tar.bz2 frost-8ddc3e1512a5add02a7391e92320d3babca85fc8.zip |
Create showcase prefs
Diffstat (limited to 'app/src/main/res/values')
-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..ee230f45 100644 --- a/app/src/main/res/values/strings_preferences +++ b/app/src/main/res/values/strings_preferences @@ -48,6 +48,8 @@ <string name="experimental">Experimental</string> <string name="experimental_desc">Enable early access to potentially unstable features</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="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="search_bar">Search Bar</string> |