diff --git a/src/wp-includes/locale.php b/src/wp-includes/locale.php index 7541b8471b..1319c49dae 100644 --- a/src/wp-includes/locale.php +++ b/src/wp-includes/locale.php @@ -195,7 +195,8 @@ class WP_Locale { * @since 3.8.0 */ public function rtl_src_admin_notice() { - echo '

' . 'The build directory of the develop repository must be used for RTL.' . '

'; + /* translators: %s: Name of the directory (build) */ + echo '

' . sprintf( __( 'The %s directory of the develop repository must be used for RTL.' ), 'build' ) . '

'; } /**