Skip to content

Commit

Permalink
MDL-9111: Changed to "Back to groups"
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Mar 30, 2007
1 parent 7dfca8b commit 60b6fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion group/assign.php
Expand Up @@ -176,7 +176,7 @@
</td>
</tr>
<tr><td>
<input type="submit" name="cancel" value="<?php print_string('return', 'group'); ?>" />
<input type="submit" name="cancel" value="<?php print_string('backtogroups', 'group'); ?>" />
</td></tr>
</table>
</div>
Expand Down
1 change: 1 addition & 0 deletions lang/en_utf8/group.php
Expand Up @@ -84,6 +84,7 @@
$string['save'] = 'Save';
$string['cancel'] = 'Cancel';
$string['return'] = 'Return';
$string['backtogroups'] = 'Back to groups';

$string['groupfor'] = "for group";
$string['groupinfo'] = 'Info about selected group';
Expand Down

0 comments on commit 60b6fc1

Please sign in to comment.