Skip to content

Commit

Permalink
i18n: Add context to the word "Filters" (#52198)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Jul 1, 2023
1 parent be0358e commit 9a6958e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
Flex,
FlexItem,
} from '@wordpress/components';
import { __ } from '@wordpress/i18n';
import { __, _x } from '@wordpress/i18n';
import { useCallback, useMemo } from '@wordpress/element';

/**
Expand Down Expand Up @@ -77,7 +77,7 @@ function FiltersToolsPanel( {

return (
<ToolsPanel
label={ __( 'Filters' ) }
label={ _x( 'Filters', 'Name for applying graphical effects' ) }
resetAll={ resetAll }
panelId={ panelId }
>
Expand Down

1 comment on commit 9a6958e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 9a6958e.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5431371038
📝 Reported issues:

Please sign in to comment.