Added an info label to file selection, to show the total count and size

This commit is contained in:
Micah Lee 2018-02-10 11:48:14 -08:00
parent 532d5d5cf0
commit fe24c543cc
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
3 changed files with 32 additions and 9 deletions

View file

@ -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, {}"
}