Changeset 52808
- Timestamp:
- 02/27/2022 10:47:19 PM (15 months ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/vendor/tinymce/langs/wp-langs-en.js
r48115 r52808 153 153 }, 154 154 paste_dlg: { 155 text_title: "Use C TRL+ V on your keyboard to paste the text into the window.",155 text_title: "Use Ctrl + V on your keyboard to paste the text into the window.", 156 156 text_linebreaks: "Keep linebreaks", 157 word_title: "Use C TRL+ V on your keyboard to paste the text into the window."157 word_title: "Use Ctrl + V on your keyboard to paste the text into the window." 158 158 }, 159 159 table: { -
trunk/src/wp-admin/options-permalink.php
r51892 r52808 368 368 <?php 369 369 printf( 370 /* translators: 1: web.config, 2: Documentation URL, 3: C TRL + a, 4: Element code. */370 /* translators: 1: web.config, 2: Documentation URL, 3: Ctrl + A, 4: Element code. */ 371 371 __( 'If your %1$s file was <a href="%2$s">writable</a>, 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.' ), 372 372 '<code>web.config</code>', 373 373 __( 'https://wordpress.org/support/article/changing-file-permissions/' ), 374 '<kbd>C TRL + a</kbd>',374 '<kbd>Ctrl + A</kbd>', 375 375 '<code>/<configuration>/<system.webServer>/<rewrite>/<rules></code>' 376 376 ); … … 394 394 <?php 395 395 printf( 396 /* translators: 1: Documentation URL, 2: web.config, 3: C TRL + a*/396 /* translators: 1: Documentation URL, 2: web.config, 3: Ctrl + A */ 397 397 __( 'If the root directory of your site was <a href="%1$s">writable</a>, 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.' ), 398 398 __( 'https://wordpress.org/support/article/changing-file-permissions/' ), 399 399 '<code>web.config</code>', 400 '<kbd>C TRL + a</kbd>'400 '<kbd>Ctrl + A</kbd>' 401 401 ); 402 402 ?> … … 424 424 <?php 425 425 printf( 426 /* translators: 1: .htaccess, 2: Documentation URL, 3: C TRL + a*/426 /* translators: 1: .htaccess, 2: Documentation URL, 3: Ctrl + A */ 427 427 __( 'If your %1$s file was <a href="%2$s">writable</a>, 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.' ), 428 428 '<code>.htaccess</code>', 429 429 __( 'https://wordpress.org/support/article/changing-file-permissions/' ), 430 '<kbd>C TRL + a</kbd>'430 '<kbd>Ctrl + A</kbd>' 431 431 ); 432 432 ?>
Note: See TracChangeset
for help on using the changeset viewer.