summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2017-05-22 16:35:59 -0700
committerMicah Lee <micah@micahflee.com>2017-05-22 16:35:59 -0700
commit2e8b9f39bfb955293d2386cd10bc71095a5606ab (patch)
treed441892125b7453a596f93253eff27b553144480
parent63e491bddfeb178da19f5025fbc866c5d10f881b (diff)
downloadonionshare-2e8b9f39bfb955293d2386cd10bc71095a5606ab.tar.gz
onionshare-2e8b9f39bfb955293d2386cd10bc71095a5606ab.zip
Update desktop notification text
-rw-r--r--share/locale/en.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/share/locale/en.json b/share/locale/en.json
index 8333e1ad..8a64be34 100644
--- a/share/locale/en.json
+++ b/share/locale/en.json
@@ -17,12 +17,12 @@
"error_tails_invalid_port": "Invalid value, port must be an integer",
"error_tails_unknown_root": "Unknown error with Tails root process",
"systray_menu_exit": "Quit",
- "systray_download_started_title": "Download started",
- "systray_download_started_message": "A user has begun to download your share",
- "systray_download_completed_title": "Download complete",
- "systray_download_completed_message": "The user completed downloading your share",
- "systray_download_canceled_title": "Download canceled",
- "systray_download_canceled_message": "The user has canceled the download",
+ "systray_download_started_title": "OnionShare Download Started",
+ "systray_download_started_message": "A user started downloading your files",
+ "systray_download_completed_title": "OnionShare Download Finished",
+ "systray_download_completed_message": "The user finished downloading your files",
+ "systray_download_canceled_title": "OnionShare Download Canceled",
+ "systray_download_canceled_message": "The user canceled the download",
"help_local_only": "Do not attempt to use tor: for development only",
"help_stay_open": "Keep onion service running after download has finished",
"help_transparent_torification": "My system is transparently torified",