From: ikawhero Date: Fri, 12 Jan 2007 07:42:33 +0000 (+0000) Subject: Strings for user profiles X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d687cb9e3373437956eced6b899a400ddbfca448;p=moodle.git Strings for user profiles --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index b89dbd1f4a..123d1b0a97 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -401,6 +401,7 @@ $string['profileconfirmcategorydeletion'] = 'There is/are $a field/s in this cat $string['profileconfirmfielddeletion'] = 'There is/are $a user record/s for this field which will be deleted.
Do you still wish to delete this field?'; $string['profilecreatecategory'] = 'Create a new profile category'; $string['profilecreatefield'] = 'Create a new profile field'; +$string['profiledefaultcategory'] = 'Other fields'; $string['profiledefaultdata'] = 'Default value'; $string['profiledescription'] = 'Description of the field'; $string['profilefields'] = 'User profile fields'; @@ -413,7 +414,7 @@ $string['profilemenunooptions'] = 'No menu options supplied'; $string['profilemenuoptions'] = 'Menu options (one per line)'; $string['profilemenutoofewoptions'] = 'You must provide at least 2 options'; $string['profilename'] = 'Name'; -$string['profilenocategoriesdefined'] = 'No categories have been defined'; +$string['profilenofieldsdefined'] = 'No fields have been defined'; $string['profileshortname'] = 'Short name (must be unique)'; $string['profileshortnamenotunique'] = 'This short name is already in use'; $string['profilespecificsettings'] = 'Specific settings';