Skip to content

Commit

Permalink
Shadow panel: Make the delete modal text translatable (WordPress#66712)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: up1512001 <[email protected]>
Co-authored-by: mikachan <[email protected]>
  • Loading branch information
4 people authored Nov 5, 2024
1 parent 6df457c commit adf7e26
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,10 @@ export default function ShadowsEditPanel() {
size="medium"
>
{ sprintf(
// translators: %s: name of the shadow
'Are you sure you want to delete "%s"?',
/* translators: %s: Name of the shadow preset. */
__(
'Are you sure you want to delete "%s" shadow preset?'
),
selectedShadow.name
) }
</ConfirmDialog>
Expand Down

0 comments on commit adf7e26

Please sign in to comment.