Bug 1890689 Don't pretend to pre-buffer with DynamicResampler r=pehrsons
[gecko.git] / python / l10n / fluent_migrations / bug_1869389_urlbar_search_mode_indicator_close_button_addAccessibleName.py
blob7374e1e0f41b6f0c67b5c5ca1cc85764083fa954
1 # Any copyright is dedicated to the Public Domain.
2 # http://creativecommons.org/publicdomain/zero/1.0/
4 from fluent.migrate.helpers import transforms_from
7 def migrate(ctx):
8 """Bug 1869389 - Provide urlbar-search-mode-indicator-close button with an accessible name, part {index}"""
10 file = "browser/browser/browser.ftl"
11 ctx.add_transforms(
12 file,
13 file,
14 transforms_from(
15 """
16 urlbar-search-mode-indicator-close =
17 .aria-label = {COPY_PATTERN(from_path, "ui-tour-info-panel-close.tooltiptext")}
18 """,
19 from_path=file,