From ebb4133380a5b8823364a6e4afa5470854666935 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 18 May 2008 08:43:19 +0100 Subject: update translations --- modules/pref-users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pref-users.php') diff --git a/modules/pref-users.php b/modules/pref-users.php index d8f882f18..9a0abeb25 100644 --- a/modules/pref-users.php +++ b/modules/pref-users.php @@ -199,7 +199,7 @@ } $mail->IsHTML(false); - $mail->Subject = __("Password change notification"); + $mail->Subject = __("[tt-rss] Password change notification"); $mail->Body = $message; $rc = $mail->Send(); -- cgit v1.2.3