Ticket #22749: 22749.typo.fixed.diff
File 22749.typo.fixed.diff, 1.2 KB (added by , 13 years ago) |
---|
-
wp-includes/js/media-views.js
3700 3700 this.$el.toggleClass( 'one', 1 === collection.length ); 3701 3701 this.$el.toggleClass( 'editing', editing ); 3702 3702 3703 this.$('.count').text( collection.length + ' ' + l10n.selected);3703 this.$('.count').text( l10n.selected.replace('%d', collection.length) ); 3704 3704 }, 3705 3705 3706 3706 edit: function( event ) { -
wp-includes/media.php
1461 1461 'search' => __( 'Search' ), 1462 1462 'select' => __( 'Select' ), 1463 1463 'cancel' => __( 'Cancel' ), 1464 'selected' => __( 'selected' ), 1464 /* translators: This is a would-be plural string used in the media manager. If 1465 If there is not a word you can use in your language to avoid issues with the 1466 lack of plural support here, turn it into "selected: %d" then translate it. 1467 */ 1468 'selected' => __( '%d selected' ), 1465 1469 'dragInfo' => __( 'Drag and drop to reorder images.' ), 1466 1470 1467 1471 // Upload