[Mercurial] Bug 1727484 - Convert the 'Send Tab to Device' string in the tab context menu to title case, part 1

0 views
Skip to first unread message

Mozilla commitid

unread,
Sep 3, 2021, 8:15:09 AM9/3/21
to firef...@googlegroups.com

# HG changeset patch
# User Sander Lepik <sander...@eesti.ee>
# Date 1630670125 -7200
# Node ID 07864513c35907c6cdf6feab26ba0c9bc4657d05
# Parent ac58fa5152e70f0e4d7eda882b8e0631e7e7e347
Bug 1727484 - Convert the 'Send Tab to Device' string in the tab context menu to title case, part 1

diff --git a/browser/browser/tabContextMenu.ftl b/browser/browser/tabContextMenu.ftl
--- a/browser/browser/tabContextMenu.ftl
+++ b/browser/browser/tabContextMenu.ftl
@@ -51,17 +51,16 @@ move-to-end =
.label = Liiguta lõppu
.accesskey = p
move-to-new-window =
.label = Liiguta uude aknasse
.accesskey = k
tab-context-close-multiple-tabs =
.label = Sulge mitu kaarti
.accesskey = m
-
tab-context-undo-close-tabs =
.label =
{ $tabCount ->
[one] Võta kaardi sulgemine tagasi
*[other] Võta kaartide sulgemine tagasi
}
.accesskey = V
close-tab =
@@ -89,8 +88,15 @@ tab-context-close-tabs =
.accesskey = S
tab-context-move-tabs =
.label =
{ $tabCount ->
[one] Liiguta kaarti
*[other] Liiguta kaarte
}
.accesskey = L
+tab-context-send-tabs-to-device =
+ .label =
+ { $tabCount ->
+ [one] Saada kaart seadmesse
+ *[other] Saada { $tabCount } kaarti seadmesse
+ }
+ .accesskey = k


Reply all
Reply to author
Forward
0 new messages