From: ikawhero Date: Fri, 12 Jan 2007 12:58:46 +0000 (+0000) Subject: Another minor change to profile string X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bcc113a3048b6f980873069a40276d99745d7cac;p=moodle.git Another minor change to profile string --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index b9ffcb54b3..4e67aa2d61 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -402,7 +402,7 @@ $string['profileconfirmfielddeletion'] = 'There is/are $a user record/s for this $string['profilecreatecategory'] = 'Create a new profile category'; $string['profilecreatefield'] = 'Create a new profile field: '; $string['profilecreatenewcategory'] = 'Creating a new category'; -$string['profilecreatenewfield'] = 'Creating a new profile field'; +$string['profilecreatenewfield'] = 'Creating a new "$a" profile field'; $string['profiledefaultcategory'] = 'Other fields'; $string['profiledefaultdata'] = 'Default value'; $string['profiledeletefield'] = 'Deleting a field';