summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-08-20 21:23:05 -0700
committerMicah Lee <micah@micahflee.com>2020-08-20 21:23:05 -0700
commit1c8f22f31b9019daa76c785d1b9bc75abc33bf45 (patch)
treefa76869b5d2d270e5e1621e97654d9484117166c /share
parent7688fd5d453876b7ed5a6b7c9aa8bbb77d9f849c (diff)
downloadonionshare-1c8f22f31b9019daa76c785d1b9bc75abc33bf45.tar.gz
onionshare-1c8f22f31b9019daa76c785d1b9bc75abc33bf45.zip
Make macOS tabs left-aligned, and manually add close button
Diffstat (limited to 'share')
-rw-r--r--share/images/close_tab.pngbin0 -> 688 bytes
-rw-r--r--share/locale/en.json4
2 files changed, 4 insertions, 0 deletions
diff --git a/share/images/close_tab.png b/share/images/close_tab.png
new file mode 100644
index 00000000..a7984a6d
--- /dev/null
+++ b/share/images/close_tab.png
Binary files differ
diff --git a/share/locale/en.json b/share/locale/en.json
index 61fc0e2e..c7df27aa 100644
--- a/share/locale/en.json
+++ b/share/locale/en.json
@@ -188,6 +188,10 @@
"gui_new_tab_receive_button": "Receive Files",
"gui_new_tab_website_button": "Host a Website",
"gui_new_tab_chat_button": "Chat Anonymously",
+ "gui_tab_name_share": "Share",
+ "gui_tab_name_receive": "Receive",
+ "gui_tab_name_website": "Website",
+ "gui_tab_name_chat": "Chat",
"gui_close_tab_warning_title": "Are you sure?",
"gui_close_tab_warning_persistent_description": "This tab is persistent. If you close it you'll lose the onion address that it's using. Are you sure you want to close it?",
"gui_close_tab_warning_share_description": "You're in the process of sending files. Are you sure you want to close this tab?",