Skip to content

Commit

Permalink
dear $a->name
Browse files Browse the repository at this point in the history
  • Loading branch information
ethem committed Jan 18, 2008
1 parent 325c194 commit 1c5376a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions lang/en_utf8/enrol_authorize.php
@@ -1,4 +1,4 @@
<?PHP // $Id$
<?PHP // $Id$
// enrol_authorize.php - created with Moodle 2.0 dev (2007101506)


Expand Down Expand Up @@ -199,17 +199,16 @@
$string['verifyaccountresult'] = 'Verification result: $a';
$string['void'] = 'Void';
$string['voidyes'] = 'The transaction will be cancelled. Are you sure?';
$string['welcometocoursesemail'] = 'Dear student,
$string['welcometocoursesemail'] = 'Dear $a->name,
Thanks for your payments. You have enrolled these courses:
$a->courses
You may edit your profile:
$a->profileurl
You may view your payment details:
$a->paymenturl';
You may view your payment details or edit your profile:
$a->paymenturl
$a->profileurl';
$string['youcantdo'] = 'You can\'t do this action: $a->action';
$string['zipcode'] = 'Zip Code';

Expand Down

0 comments on commit 1c5376a

Please sign in to comment.