aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco D'Aleo <m.daleo404@gmail.com>2023-10-15 19:06:14 +0100
committerMarco D'Aleo <m.daleo404@gmail.com>2023-10-15 19:06:14 +0100
commitaeb38b5bd0ca8940299390b79abfddb7de1972f3 (patch)
treea0e0f769b50af639a2e2b38bbf02e73590cea5b8
parent18a6607bf31478345d8234d2400e3385f3a10fdc (diff)
downloadonionshare-aeb38b5bd0ca8940299390b79abfddb7de1972f3.tar.gz
onionshare-aeb38b5bd0ca8940299390b79abfddb7de1972f3.zip
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?",