diff options
author | Allan Wang <me@allanwang.ca> | 2021-01-11 21:26:02 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2021-01-11 21:26:02 -0800 |
commit | 3174728996fd970846f110f6cb349d7cd2caf9ba (patch) | |
tree | d08aebee5ca79113f7f153b08c043bfd79f94808 /app/src/main/res/values | |
parent | 58dbac5b01f9532375fd235fb21209424b6cf26a (diff) | |
download | frost-3174728996fd970846f110f6cb349d7cd2caf9ba.tar.gz frost-3174728996fd970846f110f6cb349d7cd2caf9ba.tar.bz2 frost-3174728996fd970846f110f6cb349d7cd2caf9ba.zip |
Add back email sender with blank email and remove more senders
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings_errors.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/values/strings_web_context.xml | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/app/src/main/res/values/strings_errors.xml b/app/src/main/res/values/strings_errors.xml index 72a30563..65aff536 100644 --- a/app/src/main/res/values/strings_errors.xml +++ b/app/src/main/res/values/strings_errors.xml @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <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> <string name="no_download_manager">No Download Manager</string> diff --git a/app/src/main/res/values/strings_web_context.xml b/app/src/main/res/values/strings_web_context.xml index fe3972cb..37dfdd3b 100644 --- a/app/src/main/res/values/strings_web_context.xml +++ b/app/src/main/res/values/strings_web_context.xml @@ -2,11 +2,7 @@ <resources> <string name="share_link">Share Link</string> - <string name="debug_link">Debug Link</string> <string name="local_service_name" translatable="false">Local Frost Service</string> - <string name="debug_link_subject" translatable="false">Frost for Facebook: Link Debug</string> - <string name="debug_link_content" translatable="false">Write here. Note that your link may contain private information, but I won\'t be able to see it as the post isn\'t public. The URL will still help with debugging though.</string> - <string name="debug_link_desc">If a link isn\'t loading properly, you can email me so I can help debug it. Clicking okay will open an email request</string> <string name="open_link">Open Link</string> <string name="copy_link">Copy Link</string> <string name="copy_text">Copy Text</string> |