aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormig5 <mig@mig5.net>2023-10-16 15:40:41 +1100
committerGitHub <noreply@github.com>2023-10-16 15:40:41 +1100
commit7c112661071f039c9613c4dc71b193bf28f2e473 (patch)
treea0e0f769b50af639a2e2b38bbf02e73590cea5b8
parent18a6607bf31478345d8234d2400e3385f3a10fdc (diff)
parentaeb38b5bd0ca8940299390b79abfddb7de1972f3 (diff)
downloadonionshare-7c112661071f039c9613c4dc71b193bf28f2e473.tar.gz
onionshare-7c112661071f039c9613c4dc71b193bf28f2e473.zip
Merge pull request #1780 from mdaleo404/fix_close_tab_warning_options
Fix inaccurate warning message options
-rw-r--r--desktop/onionshare/resources/locale/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/onionshare/resources/locale/en.json b/desktop/onionshare/resources/locale/en.json
index a94325f0..f25c30e2 100644
--- a/desktop/onionshare/resources/locale/en.json
+++ b/desktop/onionshare/resources/locale/en.json
@@ -205,7 +205,7 @@
"gui_close_tab_warning_receive_description": "Close tab that is receiving files?",
"gui_close_tab_warning_chat_description": "Close tab that is hosting a chat server?",
"gui_close_tab_warning_website_description": "Close tab that is hosting a website?",
- "gui_close_tab_warning_close": "Close",
+ "gui_close_tab_warning_close": "Ok",
"gui_close_tab_warning_cancel": "Cancel",
"gui_quit_warning_title": "Quit OnionShare?",
"gui_quit_warning_description": "Quit and close all tabs, even though sharing is active in some of them?",