diff options
author | Allan Wang <me@allanwang.ca> | 2017-10-14 00:07:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-14 00:07:42 -0400 |
commit | a4b3e990228c90c53eaf3ca1424a1e5f6d582d07 (patch) | |
tree | 84e13c141485df3c527ce0d70d48ab1106978fd8 /app/src/main/res/values/strings_preferences.xml | |
parent | cf52d0f875c2c50a87143872a125966bfe23a0ad (diff) | |
download | frost-a4b3e990228c90c53eaf3ca1424a1e5f6d582d07.tar.gz frost-a4b3e990228c90c53eaf3ca1424a1e5f6d582d07.tar.bz2 frost-a4b3e990228c90c53eaf3ca1424a1e5f6d582d07.zip |
V1.5.8 (#410)v1.5.8
* Add show all to searchview
* Remove web search view
* Update kau
* Add translation links
Diffstat (limited to 'app/src/main/res/values/strings_preferences.xml')
-rw-r--r-- | app/src/main/res/values/strings_preferences.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_preferences.xml b/app/src/main/res/values/strings_preferences.xml index 590e8fe5..a54b95e7 100644 --- a/app/src/main/res/values/strings_preferences.xml +++ b/app/src/main/res/values/strings_preferences.xml @@ -22,6 +22,9 @@ <string name="about_frost">About Frost for Facebook</string> <string name="about_frost_desc">Version, Credits, and FAQs</string> + <string name="help_translate">Help Translate</string> + <string name="help_translate_desc">Frost is translated through crowdin. Contribute if you want it in your language!</string> + <string name="debug_frost">Frost Debugger</string> <string name="debug_frost_desc">Send html data to help with debugging.</string> |