Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2015-03-03 11:57:22 +01:00
commit 8a4e64f1e1
2 changed files with 2 additions and 2 deletions

View File

@ -815,7 +815,7 @@ function PMA_getHtmlForRequires($row)
$html_output .= '<input type="radio" name="ssl_type" id="ssl_type_X509"'
. ' value="X509" title="'
. __(
'Requires a valid X509 cetrificate.'
'Requires a valid X509 certificate.'
)
. '"'
. ((isset($row['ssl_type']) && $row['ssl_type'] == 'X509')

View File

@ -11032,7 +11032,7 @@ msgid "Requires that a valid X509 certificate with this subject be presented."
msgstr ""
#: libraries/server_privileges.lib.php:818
msgid "Requires a valid X509 cetrificate."
msgid "Requires a valid X509 certificate."
msgstr ""
#: libraries/server_privileges.lib.php:867