summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-02-11 18:32:18 +1100
committerMiguel Jacq <mig@mig5.net>2018-02-11 18:32:18 +1100
commit779ca765530944863b40d8dc5a0ec78e37d2827c (patch)
tree9d46c2e0e6c6f4d913fe0b7fd963fd367b6d6e22 /share
parent2fb8d1f836db234d41e5d131c1f62518db425d05 (diff)
downloadonionshare-779ca765530944863b40d8dc5a0ec78e37d2827c.tar.gz
onionshare-779ca765530944863b40d8dc5a0ec78e37d2827c.zip
Set URL label tooltips
Diffstat (limited to 'share')
-rw-r--r--share/images/info.pngbin0 -> 435 bytes
-rw-r--r--share/locale/en.json9
2 files changed, 5 insertions, 4 deletions
diff --git a/share/images/info.png b/share/images/info.png
new file mode 100644
index 00000000..4be4e65e
--- /dev/null
+++ b/share/images/info.png
Binary files differ
diff --git a/share/locale/en.json b/share/locale/en.json
index 2daff998..5f7f364d 100644
--- a/share/locale/en.json
+++ b/share/locale/en.json
@@ -134,10 +134,11 @@
"share_via_onionshare": "Share via OnionShare",
"gui_save_private_key_checkbox": "Use a persistent address\n(unchecking will delete any saved address)",
"gui_url_description": "<b>Anyone</b> with this link can <b>download</b> your files using <b>Tor Browser</b>:",
- "gui_url_label": "Your Download Address",
- "gui_url_label_persistent": "Your <strong>Persistent</strong> Download Address <em>(what's this?)</em>",
- "gui_url_label_one_time": "Your One-Time Download Address",
- "gui_url_persistence_warning": "Every share will have the same URL.<br><br>If you want to go back to using one-time URLs, turn off persistence in the Settings.",
+ "gui_url_label": "Your Download Address <img src={} />",
+ "gui_url_label_persistent": "Every share will have the same URL.<br><br>If you want to go back to using one-time URLs, turn off persistence in the Settings.",
+ "gui_url_label_stay_open": "This URL will exist until you stop the share",
+ "gui_url_label_onetime": "This URL will only exist until the share is stopped or when the first download occurs.",
+ "gui_url_label_onetime_and_persistent": "This share will stop when first download occurs, but every future share will have the same URL.<br><br>If you want to go back to using one-time URLs, turn off persistence in the Settings.",
"gui_status_indicator_stopped": "Ready to Share",
"gui_status_indicator_working": "Starting...",
"gui_status_indicator_started": "Sharing",