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 authored and tellthemachines committed Jul 3, 2023
1 parent db15884 commit 6aaf269
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

0 comments on commit 6aaf269

Please sign in to comment.