summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-02-06 19:47:04 -0800
committerMicah Lee <micah@micahflee.com>2018-02-06 19:47:04 -0800
commit0fc250fc55e08410b8e9a19ba9fc407ec6281d31 (patch)
treeb095d10e3dd543905ff0986269cde8edab3c10a4 /share
parentf93ed862830f3cd062828a102139ba194c56b794 (diff)
downloadonionshare-0fc250fc55e08410b8e9a19ba9fc407ec6281d31.tar.gz
onionshare-0fc250fc55e08410b8e9a19ba9fc407ec6281d31.zip
Update the status indicator strings
Diffstat (limited to 'share')
-rw-r--r--share/locale/en.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/locale/en.json b/share/locale/en.json
index 4f4af3ee..0c536344 100644
--- a/share/locale/en.json
+++ b/share/locale/en.json
@@ -137,7 +137,7 @@
"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_one_time": "Your One-Time Download Address",
- "gui_status_indicator_stopped": "Stopped",
- "gui_status_indicator_working": "Working...",
- "gui_status_indicator_started": "Running"
+ "gui_status_indicator_stopped": "Ready to Share",
+ "gui_status_indicator_working": "Starting...",
+ "gui_status_indicator_started": "Sharing"
}