diff --git a/src/wp-admin/options.php b/src/wp-admin/options.php
index 400a7b69ae..a1229ef8fd 100644
--- a/src/wp-admin/options.php
+++ b/src/wp-admin/options.php
@@ -245,7 +245,7 @@ if ( 'update' === $action ) { // We are saving settings sent from a settings pag
wp_die(
sprintf(
/* translators: %s: The options page name. */
- __( 'Error: Options page %s not found in the allowed options list.' ),
+ __( 'Error: The %s options page is not in the allowed options list.' ),
'' . esc_html( $option_page ) . ''
)
);