Skip to content

Commit

Permalink
Bugfix FXIOS-10418 [Menu] [Accessibility] Update accessibility string…
Browse files Browse the repository at this point in the history
…s 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 1b62cd7)

Co-authored-by: roux g. buciu <[email protected]>
  • Loading branch information
mergify[bot] and adudenamedruby authored Nov 4, 2024
1 parent 3d522a5 commit 8430923
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions firefox-ios/Client/Frontend/Strings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
}
}
Expand Down Expand Up @@ -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.")
}
}
}
Expand Down

0 comments on commit 8430923

Please sign in to comment.