mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Use one space, not two, after trailing punctuation. fixes #19537
git-svn-id: https://develop.svn.wordpress.org/trunk@19593 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -113,7 +113,7 @@ class WP_Locale {
|
||||
$this->weekday[5] = /* translators: weekday */ __('Friday');
|
||||
$this->weekday[6] = /* translators: weekday */ __('Saturday');
|
||||
|
||||
// The first letter of each day. The _%day%_initial suffix is a hack to make
|
||||
// The first letter of each day. The _%day%_initial suffix is a hack to make
|
||||
// sure the day initials are unique.
|
||||
$this->weekday_initial[__('Sunday')] = /* translators: one-letter abbreviation of the weekday */ __('S_Sunday_initial');
|
||||
$this->weekday_initial[__('Monday')] = /* translators: one-letter abbreviation of the weekday */ __('M_Monday_initial');
|
||||
|
||||
Reference in New Issue
Block a user