Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix FXIOS-10418 [Menu] [Accessibility] Update accessibility strings for tools #22886

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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