Skip to content

Commit

Permalink
Translators
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Feb 1, 2025
1 parent 60f2a5a commit c64fc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Images/WPCLI/ImageCommandHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ private function toggle_setting( $setting, $status ) {

ImageSettings::update( $settings );

/* translators: 1: the setting key, 2: the on/off status */
NFD_WPCLI::success(
sprintf(
/* translators: 1: the setting key, 2: the on/off status */
__( "Setting '%1\$s' has been turned %2\$s.", 'wp-module-performance' ),
$setting,
$status
Expand Down

0 comments on commit c64fc0e

Please sign in to comment.