diff --git a/libraries/File.class.php b/libraries/File.class.php index 879711f78b..59280b548e 100644 --- a/libraries/File.class.php +++ b/libraries/File.class.php @@ -484,7 +484,7 @@ class PMA_File $this->isTemp(true); if (! $this->isReadable()) { - $this->_error_message = __('Cannot read (moved) upload file.'); + $this->_error_message = __('Cannot read moved uploaded file.'); return false; } diff --git a/libraries/display_change_password.lib.php b/libraries/display_change_password.lib.php index 2b23c25be9..7d0c54e0bd 100644 --- a/libraries/display_change_password.lib.php +++ b/libraries/display_change_password.lib.php @@ -92,7 +92,8 @@ function PMA_getHtmlForChangePassword($username, $hostname) $html .= '" checked="checked"'; } $html .= ' />' - . '