diff options
author | Allan Wang <me@allanwang.ca> | 2019-05-01 16:48:31 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-05-01 16:48:31 -0700 |
commit | 4b977d018aea394c971c01e48ba8d7fe8bed8091 (patch) | |
tree | 2015c422c7abda704e3e44ccf8c68b504f83aa76 /app/src/main/res/values | |
parent | 984a4a7bf1d08c0d3143ea6d3ea637d7e674f0c2 (diff) | |
download | frost-4b977d018aea394c971c01e48ba8d7fe8bed8091.tar.gz frost-4b977d018aea394c971c01e48ba8d7fe8bed8091.tar.bz2 frost-4b977d018aea394c971c01e48ba8d7fe8bed8091.zip |
Move disclaimer string
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/values/strings_pref_experimental.xml | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5eb1c9e7..29d00a6f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -75,4 +75,7 @@ The first element is the day, and the second element is the time --> <string name="time_template">%1s at %2s</string> + + <string name="disclaimer">Disclaimer</string> + </resources> diff --git a/app/src/main/res/values/strings_pref_experimental.xml b/app/src/main/res/values/strings_pref_experimental.xml index 5ae860f1..95d54ff2 100644 --- a/app/src/main/res/values/strings_pref_experimental.xml +++ b/app/src/main/res/values/strings_pref_experimental.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="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> |