Make WordPress Core

Changeset 15522


Ignore:
Timestamp:
08/23/2010 06:53:38 PM (14 years ago)
Author:
nbachiyski
Message:

I18n fixes

Do not leave more than %s in a translatable string and add a comment for translators what each placeholder means

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user-new.php

    r15310 r15522  
    2121if ( is_multisite() ) {
    2222    function admin_created_user_email( $text ) {
     23        /* translators: 1: Site name, 2: site URL, 3: role */
    2324        return sprintf( __( "Hi,
    24 You've been invited to join '%s' at
    25 %s as a %s.
     25You've been invited to join '%1$s' at
     26%2$s as a %3$s.
    2627If you do not want to join this site please ignore
    2728this email. This invitation will expire in a few days.
Note: See TracChangeset for help on using the changeset viewer.