End "Update failed" with a full stop.

see #29820.
Built from https://develop.svn.wordpress.org/trunk@31904


git-svn-id: http://core.svn.wordpress.org/trunk@31883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2015-03-26 19:09:27 +00:00
parent fa8ac2fa8c
commit e283270dbe
2 changed files with 2 additions and 2 deletions

View File

@ -524,7 +524,7 @@ function wp_default_scripts( &$scripts ) {
'l10n' => array(
'updating' => __( 'Updating...' ),
'updated' => __( 'Updated!' ),
'updateFailed' => __( 'Update failed' ),
'updateFailed' => __( 'Update failed.' ),
'updatingMsg' => __( 'Updating... please wait.' ),
'updatedMsg' => __( 'Update completed successfully.' ),
)

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-beta3-31903';
$wp_version = '4.2-beta3-31904';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.