summaryrefslogtreecommitdiff
path: root/modules/pref-users.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-18 08:43:19 +0100
committerAndrew Dolgov <[email protected]>2008-05-18 08:43:19 +0100
commitebb4133380a5b8823364a6e4afa5470854666935 (patch)
treed3a6d465cd24948cba3f5d39cb16fc5cdf779ea3 /modules/pref-users.php
parenta0eb61b2f7aaa18b69a389a28af5b0a31be07d75 (diff)
update translations
Diffstat (limited to 'modules/pref-users.php')
-rw-r--r--modules/pref-users.php2
1 files changed, 1 insertions, 1 deletions
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();