Make WordPress Core

Changeset 17982


Ignore:
Timestamp:
05/21/2011 03:20:25 PM (15 years ago)
Author:
nacin
Message:

s/coma/comma/. props ocean90.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/formatting.php

    r17958 r17982  
    26652665        // Translate and filter the delimiter set (avoid ampersands and entities here)
    26662666        $l = apply_filters('wp_sprintf_l', array(
    2667                 /* translators: used between list items, there is a space after the coma */
     2667                /* translators: used between list items, there is a space after the comma */
    26682668                'between'          => __(', '),
    26692669                /* translators: used between list items, there is a space after the and */
Note: See TracChangeset for help on using the changeset viewer.