diff options
author | Allan Wang <me@allanwang.ca> | 2017-09-16 22:45:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-16 22:45:25 -0400 |
commit | e55fac98ef50a55f0064111cb767d1d7e3959bcc (patch) | |
tree | 3036c20343f5988ac04dfa2a225f991ac23ed8d5 /app/src/main/res/values | |
parent | 86838453bb1d712cd9ebe580333e188a02b60f5a (diff) | |
download | frost-e55fac98ef50a55f0064111cb767d1d7e3959bcc.tar.gz frost-e55fac98ef50a55f0064111cb767d1d7e3959bcc.tar.bz2 frost-e55fac98ef50a55f0064111cb767d1d7e3959bcc.zip |
Feature/share links (#297)
* Add base for receiving plain text
* Update theme for links
* Theme bottom bar
* Add warning for plain text
* Compile all themes
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings_errors.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_errors.xml b/app/src/main/res/values/strings_errors.xml index eb74ce60..cf1a48cb 100644 --- a/app/src/main/res/values/strings_errors.xml +++ b/app/src/main/res/values/strings_errors.xml @@ -2,4 +2,6 @@ <resources> <string name="null_url_overlay">Empty url given to overlay; exiting</string> <string name="bad_image_overlay">The url could not be loaded properly. Would you like to send it for debugging?</string> + <string name="invalid_share_url">Invalid Share Url</string> + <string name="invalid_share_url_desc">You have shared a block of text that is not a url. The text has been copied to your clipboard, so you may share it manually yourself.</string> </resources>
\ No newline at end of file |