I18N: Add missing periods to two strings in wp-admin/network/sites.php

Props ramiy.
Fixes #35720.

git-svn-id: https://develop.svn.wordpress.org/trunk@36664 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2016-02-24 01:08:35 +00:00
parent 78391f6ebb
commit a476311429

View File

@ -59,8 +59,8 @@ if ( isset( $_GET['action'] ) ) {
// A list of valid actions and their associated messaging for confirmation output.
$manage_actions = array(
'activateblog' => __( 'You are about to activate the site %s' ),
'deactivateblog' => __( 'You are about to deactivate the site %s' ),
'activateblog' => __( 'You are about to activate the site %s.' ),
'deactivateblog' => __( 'You are about to deactivate the site %s.' ),
'unarchiveblog' => __( 'You are about to unarchive the site %s.' ),
'archiveblog' => __( 'You are about to archive the site %s.' ),
'unspamblog' => __( 'You are about to unspam the site %s.' ),