diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-29 17:10:56 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-29 17:10:56 -0700 |
commit | 601b0492110f17e5f9a1a446897e0b42d4a8cffe (patch) | |
tree | 6a0ffff352a14449aaf36dcecab7171860a73ce9 /app/src/main/res/values/strings.xml | |
parent | 7b6371ada06ca337c0a5e97382be8eca9f2c9650 (diff) | |
download | frost-601b0492110f17e5f9a1a446897e0b42d4a8cffe.tar.gz frost-601b0492110f17e5f9a1a446897e0b42d4a8cffe.tar.bz2 frost-601b0492110f17e5f9a1a446897e0b42d4a8cffe.zip |
Adding about app
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6fcb2c54..24d3d93c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -2,6 +2,7 @@ <string name="dev_email" translatable="false">pitchedapps@gmail.com</string> <string name="play_store_package_id" translatable="false">com.pitchedapps.frost</string> <string name="about_frost">About Frost for Facebook</string> + <string name="frost_description">Frost is a fully themable, fully functional alternative to the official Facebook app, made from scratch and proudly open sourced.</string> <string name="section_format">Hello World from section: %1$d</string> <string name="feed">Feed</string> |