From 33b3236c3c9af99b2c1e44610f1e591a9f92bb46 Mon Sep 17 00:00:00 2001 From: nbachiyski Date: Mon, 23 Aug 2010 18:53:38 +0000 Subject: [PATCH] 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 --- wp-admin/user-new.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index 0ea2d94dc..d28e81715 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -20,9 +20,10 @@ require_once( ABSPATH . WPINC . '/registration.php'); if ( is_multisite() ) { function admin_created_user_email( $text ) { + /* translators: 1: Site name, 2: site URL, 3: role */ return sprintf( __( "Hi, -You've been invited to join '%s' at -%s as a %s. +You've been invited to join '%1$s' at +%2$s as a %3$s. If you do not want to join this site please ignore this email. This invitation will expire in a few days.