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:
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user