Changeset 7363
- Timestamp:
- 07/03/2018 01:57:44 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-history.php
r7362 r7363 45 45 <?php 46 46 /* translators: file format */ 47 printf( __( 'Chapter 3 & endash; %s', 'wporg' ), 'EPUB' );47 printf( __( 'Chapter 3 – %s', 'wporg' ), 'EPUB' ); 48 48 ?> 49 49 </a> … … 53 53 <?php 54 54 /* translators: file format */ 55 printf( __( 'Chapter 3 & endash; %s', 'wporg' ), 'MOBI' );55 printf( __( 'Chapter 3 – %s', 'wporg' ), 'MOBI' ); 56 56 ?> 57 57 </a> … … 61 61 <?php 62 62 /* translators: file format */ 63 printf( __( 'Chapter 3 & endash; %s', 'wporg' ), 'PDF' );63 printf( __( 'Chapter 3 – %s', 'wporg' ), 'PDF' ); 64 64 ?> 65 65 </a>
Note: See TracChangeset
for help on using the changeset viewer.