Skip to content
Snippets Groups Projects
Commit 15ccdbbd authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #806992 by rocket_nova, kiamlaluno: improved sentence.

parent b7f2f0a9
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -208,7 +208,7 @@ function authorize_filetransfer_form_validate($form, &$form_state) {
$filetransfer = authorize_get_filetransfer($backend, $form_state['values']['connection_settings'][$backend]);
try {
if (!$filetransfer) {
throw new Exception(t('Error, this type of connection protocol (%backend) does not exist.', array('%backend' => $backend)));
throw new Exception(t('The connection protocol %backend does not exist.', array('%backend' => $backend)));
}
$filetransfer->connect();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment