From d241c8cceab7f188df922478710db5bafd13402f Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Sun, 27 Feb 2022 22:47:19 +0000 Subject: [PATCH] Administration: Consistency fixes on keyboard shortcuts instructions. This changeset capitalizes the letter of keyboard shortcuts and replaces `CTRL` with `Ctrl`, for better consistency. Props Presskopp, sabernhardt, joyously, SergeyBiryukov, audrasjb. Fixes #40582. git-svn-id: https://develop.svn.wordpress.org/trunk@52808 602fd350-edb4-49c9-b593-d223f7449a82 --- src/js/_enqueues/vendor/tinymce/langs/wp-langs-en.js | 4 ++-- src/wp-admin/options-permalink.php | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/js/_enqueues/vendor/tinymce/langs/wp-langs-en.js b/src/js/_enqueues/vendor/tinymce/langs/wp-langs-en.js index 9687041853..c3ddbb3332 100644 --- a/src/js/_enqueues/vendor/tinymce/langs/wp-langs-en.js +++ b/src/js/_enqueues/vendor/tinymce/langs/wp-langs-en.js @@ -152,9 +152,9 @@ plaintext_mode: "Paste is now in plain text mode. Click again to toggle back to regular paste mode." }, paste_dlg: { - text_title: "Use CTRL + V on your keyboard to paste the text into the window.", + text_title: "Use Ctrl + V on your keyboard to paste the text into the window.", text_linebreaks: "Keep linebreaks", - word_title: "Use CTRL + V on your keyboard to paste the text into the window." + word_title: "Use Ctrl + V on your keyboard to paste the text into the window." }, table: { desc: "Inserts a new table", diff --git a/src/wp-admin/options-permalink.php b/src/wp-admin/options-permalink.php index 17a9083cb6..d45e6fe5a1 100644 --- a/src/wp-admin/options-permalink.php +++ b/src/wp-admin/options-permalink.php @@ -367,11 +367,11 @@ printf( __( 'If you like, you may enter custom structures for your category and

writable, we could do this automatically, but it isn’t so this is the url rewrite rule you should have in your %1$s file. Click in the field and press %3$s to select all. Then insert this rule inside of the %4$s element in %1$s file.' ), 'web.config', __( 'https://wordpress.org/support/article/changing-file-permissions/' ), - 'CTRL + a', + 'Ctrl + A', '/<configuration>/<system.webServer>/<rewrite>/<rules>' ); ?> @@ -393,11 +393,11 @@ printf( __( 'If you like, you may enter custom structures for your category and

writable, we could do this automatically, but it isn’t so this is the url rewrite rule you should have in your %2$s file. Create a new file, called %2$s in the root directory of your site. Click in the field and press %3$s to select all. Then insert this code into the %2$s file.' ), __( 'https://wordpress.org/support/article/changing-file-permissions/' ), 'web.config', - 'CTRL + a' + 'Ctrl + A' ); ?>

@@ -423,11 +423,11 @@ else :

writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your %1$s file. Click in the field and press %3$s to select all.' ), '.htaccess', __( 'https://wordpress.org/support/article/changing-file-permissions/' ), - 'CTRL + a' + 'Ctrl + A' ); ?>