From 8430923456541e68dc2d1d8f8bb93da52c0af032 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:23:27 -0500 Subject: [PATCH] Bugfix FXIOS-10418 [Menu] [Accessibility] Update accessibility strings for tools (backport #22886) (#22887) Bugfix FXIOS-10418 [Menu] [Accessibility] Update accessibility strings for tools (#22886) Update accessibility strings for tools (cherry picked from commit 1b62cd7521a4f4efedf4cc2f772046d730a4533f) Co-authored-by: roux g. buciu <11182210+adudenamedruby@users.noreply.github.com> --- firefox-ios/Client/Frontend/Strings.swift | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/firefox-ios/Client/Frontend/Strings.swift b/firefox-ios/Client/Frontend/Strings.swift index 904ce1b2e3b2..2b38fdeb173c 100644 --- a/firefox-ios/Client/Frontend/Strings.swift +++ b/firefox-ios/Client/Frontend/Strings.swift @@ -4011,14 +4011,14 @@ extension String { value: "Find in page", comment: "On the main menu, the accessibility label for the action that will bring up the Search menu, so the user can search for a word or a pharse on the current page.") public static let Tools = MZLocalizedString( - key: "MainMenu.ToolsSection.AccessibilityLabels.Tools.v132", + key: "MainMenu.ToolsSection.AccessibilityLabels.Tools.v133", tableName: "MainMenu", - value: "Tools", + value: "Tools submenu", comment: "On the main menu, the accessibility label for the action that will take the user to the Tools submenu in the menu.") public static let Save = MZLocalizedString( - key: "MainMenu.ToolsSection.AccessibilityLabels.Save.v132", + key: "MainMenu.ToolsSection.AccessibilityLabels.Save.v133", tableName: "MainMenu", - value: "Save", + value: "Save submenu", comment: "On the main menu, the accessibility label for the action that will take the user to the Save submenu in the menu. In the main menu, there is an option called Save that is taking the user to the Save submenu where user can share, bookmark the page and so on.") } } @@ -7465,6 +7465,16 @@ extension String { tableName: "AddressToolbar", value: "Search or enter address", comment: "Accessibility label for the address field in the address toolbar.") + public static let Tools = MZLocalizedString( + key: "MainMenu.ToolsSection.AccessibilityLabels.Tools.v132", + tableName: "MainMenu", + value: "Tools", + comment: "On the main menu, the accessibility label for the action that will take the user to the Tools submenu in the menu.") + public static let Save = MZLocalizedString( + key: "MainMenu.ToolsSection.AccessibilityLabels.Save.v132", + tableName: "MainMenu", + value: "Save", + comment: "On the main menu, the accessibility label for the action that will take the user to the Save submenu in the menu. In the main menu, there is an option called Save that is taking the user to the Save submenu where user can share, bookmark the page and so on.") } } }