From 204361238bea33cde9c38cda59010cdc652b7e40 Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Sat, 15 May 2010 16:05:52 +0000 Subject: [PATCH] MDL-21695 adding help strings --- lang/en/group.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/en/group.php b/lang/en/group.php index 44a53612841..152423cb13f 100644 --- a/lang/en/group.php +++ b/lang/en/group.php @@ -116,12 +116,14 @@ $string['javascriptrequired'] = 'This page requires JavaScript to be enabled.'; $string['members'] = 'Members per group'; $string['membersofselectedgroup'] = 'Members of:'; $string['namingscheme'] = 'Naming scheme'; -$string['namingschemehelp'] = 'Use @ character to represent the group letter (A-Z) or # to represent the group number.'; +$string['namingscheme_help'] = 'The at symbol (@) may be used to create groups with names containing letters. For example Group @ will generate groups named Group A, Group B, Group C, ... + +The hash symbol (#) may be used to create groups with names containing numbers. For example Group # will generate groups named Group 1, Group 2, Group 3, ...'; $string['newgrouping'] = 'New grouping'; $string['newpicture'] = 'New picture'; $string['newpicture_help'] = 'Select an image in JPG or PNG format. The image will be cropped to a square and resized to 100x100 pixels.'; $string['noallocation'] = 'No allocation'; -$string['nogroups'] = 'There are no groups setup in this course yet'; +$string['nogroups'] = 'There are no groups set up in this course yet'; $string['nogroupsassigned'] = 'No groups assigned'; $string['nopermissionforcreation'] = 'Can\'t create group "{$a}" as you don\'t have the required permissions'; $string['nosmallgroups'] = 'Prevent last small group';