From: <var...@us...> - 2019-09-03 09:49:07
|
Revision: 10149 http://sourceforge.net/p/phpwiki/code/10149 Author: vargenau Date: 2019-09-03 09:49:06 +0000 (Tue, 03 Sep 2019) Log Message: ----------- Add whitespace Modified Paths: -------------- trunk/lib/plugin/UserPreferences.php Modified: trunk/lib/plugin/UserPreferences.php =================================================================== --- trunk/lib/plugin/UserPreferences.php 2019-09-02 20:14:58 UTC (rev 10148) +++ trunk/lib/plugin/UserPreferences.php 2019-09-03 09:49:06 UTC (rev 10149) @@ -148,7 +148,7 @@ if ($passchanged) { $errmsg = _("Password updated.") . " "; } else { - $errmsg = _("Password was not changed."); + $errmsg = _("Password was not changed.") . " "; } } else { $errmsg = _("Password cannot be changed."); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |