Changeset 38222 for branches/4.6/src/wp-includes/script-loader.php
- Timestamp:
- 08/09/2016 01:15:01 AM (7 years ago)
- Location:
- branches/4.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6
-
branches/4.6/src/wp-includes/script-loader.php
r38206 r38222 617 617 'update' => __( 'Update' ), 618 618 'updateNow' => __( 'Update Now' ), 619 /* translators: %s: Plugin name and version */ 620 'updateNowLabel' => __( 'Update %s now' ), 619 621 'updateFailedShort' => __( 'Update Failed!' ), 620 622 /* translators: %s: Error string for a failed update */ … … 635 637 'installNow' => __( 'Install Now' ), 636 638 /* translators: %s: Plugin name */ 637 'installNowLabel' => __( 'Install %s ' ),639 'installNowLabel' => __( 'Install %s now' ), 638 640 'installing' => __( 'Installing...' ), 639 641 'installed' => __( 'Installed!' ),
Note: See TracChangeset
for help on using the changeset viewer.