Procházet zdrojové kódy

gettext whitespace fix

Tomas Chvatal před 11 roky
rodič
revize
1844694351
1 změnil soubory, kde provedl 2 přidání a 4 odebrání
  1. 2 4
      classes/pref/users.php

+ 2 - 4
classes/pref/users.php

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