Ticket #264 (closed defect: fixed)

Opened 11 months ago

Last modified 11 months ago

Extra period in welcome message

Reported by: kevin Assigned to: misja
Priority: normal Milestone: 0.9.1
Component: core Version: 0.9.0
Severity: normal Keywords:
Cc: Patch Included:
Review Stage:

Description

The welcome message in /mod/invite/lib/invite_join_mailwithoutpass.php

contains an additional, incorrect period.

To fix this, change:

$run_result=sprintf(gettext("Thanks for joining %s!\n\n.")

to

$run_result=sprintf(gettext("Thanks for joining %s!\n\n")

Change History

01/13/08 22:52:21 changed by ewout

  • status changed from new to closed.
  • resolution set to fixed.

Committed in r1513