1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 17:25:57 +00:00

gettext whitespace fix

This commit is contained in:
Tomas Chvatal
2013-03-24 13:37:40 +01:00
parent 49807c2b3d
commit 1844694351

View File

@@ -288,11 +288,9 @@ class Pref_Users extends Handler_Protected {
WHERE id = '$uid'"); WHERE id = '$uid'");
if ($show_password) { if ($show_password) {
print T_sprintf("Changed password of user <b>%s</b> print T_sprintf("Changed password of user <b>%s</b> to <b>%s</b>", $login, $tmp_user_pwd);
to <b>%s</b>", $login, $tmp_user_pwd);
} else { } else {
print T_sprintf("Sending new password of user <b>%s</b> print T_sprintf("Sending new password of user <b>%s</b> to <b>%s</b>", $login, $email);
to <b>%s</b>", $login, $email);
} }
require_once 'classes/ttrssmailer.php'; require_once 'classes/ttrssmailer.php';