I18n fixes
Do not leave more than %s in a translatable string and add a comment for translators what each placeholder means git-svn-id: http://svn.automattic.com/wordpress/trunk@15522 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
402bd5d1e2
commit
33b3236c3c
|
@ -20,9 +20,10 @@ require_once( ABSPATH . WPINC . '/registration.php');
|
||||||
|
|
||||||
if ( is_multisite() ) {
|
if ( is_multisite() ) {
|
||||||
function admin_created_user_email( $text ) {
|
function admin_created_user_email( $text ) {
|
||||||
|
/* translators: 1: Site name, 2: site URL, 3: role */
|
||||||
return sprintf( __( "Hi,
|
return sprintf( __( "Hi,
|
||||||
You've been invited to join '%s' at
|
You've been invited to join '%1$s' at
|
||||||
%s as a %s.
|
%2$s as a %3$s.
|
||||||
If you do not want to join this site please ignore
|
If you do not want to join this site please ignore
|
||||||
this email. This invitation will expire in a few days.
|
this email. This invitation will expire in a few days.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue