Opened 9 years ago
Closed 9 years ago
#35720 closed defect (bug) (fixed)
Missing periods in translation strings
Reported by: | ramiy | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.5 | Priority: | lowest |
Severity: | trivial | Version: | |
Component: | Text Changes | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
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.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 36664: