mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Fixed text for closing tabs (closes #83)
This commit is contained in:
19
src/browser/locales/en-US/browser/tabContextMenu-ftl.patch
Normal file
19
src/browser/locales/en-US/browser/tabContextMenu-ftl.patch
Normal file
@@ -0,0 +1,19 @@
|
||||
diff --git a/browser/locales/en-US/browser/tabContextMenu.ftl b/browser/locales/en-US/browser/tabContextMenu.ftl
|
||||
index 5ace34fd8a3950777c88d680b0ba5d6b6878ad7a..780c75eb3705244d3f752aec4695547315669dd3 100644
|
||||
--- a/browser/locales/en-US/browser/tabContextMenu.ftl
|
||||
+++ b/browser/locales/en-US/browser/tabContextMenu.ftl
|
||||
@@ -26,12 +26,12 @@ duplicate-tabs =
|
||||
# The following string is displayed on a menuitem that will close the tabs from the start of the tabstrip to the currently targeted tab (excluding the currently targeted and any other selected tabs).
|
||||
# In left-to-right languages this should use "Left" and in right-to-left languages this should use "Right".
|
||||
close-tabs-to-the-start =
|
||||
- .label = Close Tabs to Left
|
||||
+ .label = Close Tabs Above
|
||||
.accesskey = l
|
||||
# The following string is displayed on a menuitem that will close the tabs from the end of the tabstrip to the currently targeted tab (excluding the currently targeted and any other selected tabs).
|
||||
# In left-to-right languages this should use "Right" and in right-to-left languages this should use "Left".
|
||||
close-tabs-to-the-end =
|
||||
- .label = Close Tabs to Right
|
||||
+ .label = Close Tabs Below
|
||||
.accesskey = i
|
||||
close-other-tabs =
|
||||
.label = Close Other Tabs
|
Reference in New Issue
Block a user