1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-11-08 20:12:39 +01:00

Capitalize urls, resolves #1369

This commit is contained in:
Allan Wang 2019-03-30 22:47:15 -04:00
parent 23def966c0
commit 8b04a820d3
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
<?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="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>
<string name="no_download_manager_desc">The download manager is not enabled. Would you like to enable it to allow downloads?</string>
<string name="error_generic">An error occurred.</string>

View File

@ -5,7 +5,7 @@
<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_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>