summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-02-10 11:48:14 -0800
committerMicah Lee <micah@micahflee.com>2018-02-10 11:48:14 -0800
commitfe24c543cc1709bca43d57356eb4298dcdf2fd36 (patch)
treef25c2a9bee762a3a493b134f0736de4c29f3935f /share
parent532d5d5cf0c1650b3bc931090ec269a23882c6dd (diff)
downloadonionshare-fe24c543cc1709bca43d57356eb4298dcdf2fd36.tar.gz
onionshare-fe24c543cc1709bca43d57356eb4298dcdf2fd36.zip
Added an info label to file selection, to show the total count and size
Diffstat (limited to 'share')
-rw-r--r--share/locale/en.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/locale/en.json b/share/locale/en.json
index 4644d21e..2daff998 100644
--- a/share/locale/en.json
+++ b/share/locale/en.json
@@ -140,5 +140,6 @@
"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_status_indicator_stopped": "Ready to Share",
"gui_status_indicator_working": "Starting...",
- "gui_status_indicator_started": "Sharing"
+ "gui_status_indicator_started": "Sharing",
+ "gui_file_info": "{} Files, {}"
}