[wp-trac] [WordPress Trac] #35720: Missing periods in translation strings
WordPress Trac
noreply at wordpress.org
Thu Feb 4 16:45:09 UTC 2016
#35720: Missing periods in translation strings
--------------------------+-----------------------------
Reporter: ramiy | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Text Changes | Version:
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
In `wp-admin/network/sites.php` we have this array of strings:
{{{
$manage_actions = array(
'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.' ),
'spamblog' => __( 'You are about to mark the site %s
as spam.' ),
'deleteblog' => __( 'You are about to delete the site
%s.' ),
'unmatureblog' => __( 'You are about to mark the site %s
as mature.' ),
'matureblog' => __( 'You are about to mark the site %s
as not mature.' ),
);
}}}
Seems like the first two strings are missing periods at the end.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/35720>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list