End "Update failed" with a full stop.
see #29820. git-svn-id: https://develop.svn.wordpress.org/trunk@31904 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e3107dac1f
commit
dacd36bcaa
|
@ -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.' ),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue