summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-02-11 17:16:52 +1100
committerMiguel Jacq <mig@mig5.net>2018-02-11 17:16:59 +1100
commitafc9568f30b45a838192f1654f06485c38fb28b7 (patch)
tree26a1dbad5cf4e1a028162b55ade0580706b0e1d7 /share
parented179922d45d552d0f68c57242f83069be687ec5 (diff)
downloadonionshare-afc9568f30b45a838192f1654f06485c38fb28b7.tar.gz
onionshare-afc9568f30b45a838192f1654f06485c38fb28b7.zip
Adjust width of window to fit status bar messages, unwrapped, to avoid squishing widgets.
Add pluralisation of filemanager total file(s) Use 'timer expired' rather than 'timeout reached'
Diffstat (limited to 'share')
-rw-r--r--share/locale/en.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/locale/en.json b/share/locale/en.json
index aed92e06..3e3d06c3 100644
--- a/share/locale/en.json
+++ b/share/locale/en.json
@@ -13,7 +13,7 @@
"no_available_port": "Could not start the Onion service as there was no available port.",
"download_page_loaded": "Download page loaded",
"other_page_loaded": "Address loaded",
- "close_on_timeout": "Stopped because timeout was reached",
+ "close_on_timeout": "Stopped because timer expired",
"closing_automatically": "Stopped because download finished",
"timeout_download_still_running": "Waiting for download to complete",
"large_filesize": "Warning: Sending large files could take hours",
@@ -141,5 +141,6 @@
"gui_status_indicator_stopped": "Ready to Share",
"gui_status_indicator_working": "Starting...",
"gui_status_indicator_started": "Sharing",
- "gui_file_info": "{} Files, {}"
+ "gui_file_info": "{} Files, {}",
+ "gui_file_info_single": "{} File, {}"
}