From 0fc250fc55e08410b8e9a19ba9fc407ec6281d31 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Tue, 6 Feb 2018 19:47:04 -0800 Subject: [PATCH] Update the status indicator strings --- share/locale/en.json | 6 +++--- 1 file 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": "Anyone with this link can download your files using Tor Browser:", "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" }