1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 21:51:28 +00:00

update translations

This commit is contained in:
Andrew Dolgov
2008-05-18 08:43:19 +01:00
parent a0eb61b2f7
commit ebb4133380
13 changed files with 1452 additions and 1186 deletions

View File

@@ -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();