From 87b494f1ebbe7640d194ef322af12fdf378295df Mon Sep 17 00:00:00 2001 From: Mike Cochrane Date: Tue, 8 Jul 2008 05:45:31 -0400 Subject: Convert _t() to _() for gettext. darcs-hash:20080708094531-533db-83399a46e6ec4c0fcc6249b0235961f969d1ae73.gz --- lib/mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mail.php') diff --git a/lib/mail.php b/lib/mail.php index ef33b2127..2f30d736c 100644 --- a/lib/mail.php +++ b/lib/mail.php @@ -79,7 +79,7 @@ function mail_confirm_address($code, $nickname, $address) { $recipients = $address; $headers['From'] = mail_notify_from(); $headers['To'] = $nickname . ' <' . $address . '>'; - $headers['Subject'] = _t('Email address confirmation'); + $headers['Subject'] = _('Email address confirmation'); $body = "Hey, $nickname."; $body .= "\n\n"; -- cgit v1.2.3-54-g00ecf