Skip to content

Commit

Permalink
Update messages (#117)
Browse files Browse the repository at this point in the history
* master (09112edd): 250 updated files

* master (c8a02e44): 250 updated files

* master (00903c0f): 250 updated files

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 11, 2025
1 parent 2d8d737 commit bc200b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 3 additions & 6 deletions _data/master.json
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,8 @@
"all-tabs-menu-new-user-context.label",
"all-tabs-menu-hidden-tabs.label",
"all-tabs-menu-close-all-duplicate-tabs.label",
"all-tabs-menu-synced-tabs.label"
"all-tabs-menu-synced-tabs.label",
"all-tabs-menu-current-window-header"
],
"browser/browser/appExtensionFields.ftl": [
"extension-default-theme-name-auto",
Expand Down Expand Up @@ -517,8 +518,6 @@
"appmenu-theme-installed.secondarybuttonlabel",
"appmenu-theme-installed.secondarybuttonaccesskey",
"appmenu-addon-post-install-message3",
"appmenu-addon-post-install-incognito-checkbox.label",
"appmenu-addon-post-install-incognito-checkbox.accesskey",
"appmenu-new-tab-controlled-changes.label",
"appmenu-new-tab-controlled-changes.buttonlabel",
"appmenu-new-tab-controlled-changes.buttonaccesskey",
Expand Down Expand Up @@ -2652,9 +2651,6 @@
"mr1-onboarding-theme-header",
"mr1-onboarding-theme-subtitle",
"mr1-onboarding-theme-secondary-button-label",
"newtab-wallpaper-onboarding-title",
"newtab-wallpaper-onboarding-subtitle",
"newtab-wallpaper-onboarding-primary-button-label",
"mr1-onboarding-theme-label-system",
"mr1-onboarding-theme-label-light",
"mr1-onboarding-theme-label-dark",
Expand Down Expand Up @@ -8611,6 +8607,7 @@
"rule.flexToggle.tooltip",
"rule.gridToggle.tooltip",
"rule.shapeToggle.tooltip",
"rule.shorthandExpander.tooltip",
"rule.filterStyles.placeholder",
"rule.addRule.tooltip",
"rule.togglePseudo.tooltip",
Expand Down
1 change: 1 addition & 0 deletions browser/browser/allTabsMenu.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ all-tabs-menu-close-all-duplicate-tabs =
.label = Close all duplicate tabs
all-tabs-menu-synced-tabs =
.label = Tabs from other devices
all-tabs-menu-current-window-header = Current window
3 changes: 3 additions & 0 deletions devtools/shared/styleinspector.properties
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ rule.gridToggle.tooltip = Click to toggle the CSS Grid highlighter
# LOCALIZATION NOTE (rule.shapeToggle.tooltip): Text displayed in a tooltip
# when the mouse is over a CSS shape toggle icon in the rule view (e.g. for clip-path property).
rule.shapeToggle.tooltip = Click to toggle the CSS Shape editor
# LOCALIZATION NOTE (rule.shorthandExpander.tooltip): Text displayed in a tooltip
# when the mouse is over the arrow icon displayed in shorthand properties (e.g. `margin: 0`)
rule.shorthandExpander.tooltip = Click to display individual properties
# LOCALIZATION NOTE (rule.filterStyles.placeholder): This is the placeholder that
# goes in the search box when no search term has been entered.
rule.filterStyles.placeholder = Filter Styles
Expand Down

0 comments on commit bc200b6

Please sign in to comment.