Skip to content

Commit

Permalink
correct language - thanks again @brianteeman
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed Apr 7, 2016
1 parent d739166 commit f56e8c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions administrator/language/en-GB/en-GB.com_config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@ COM_CONFIG_SAVE_SUCCESS="Configuration successfully saved."
COM_CONFIG_SENDMAIL_ACTION_BUTTON="Send Test Mail"
COM_CONFIG_SENDMAIL_BODY="This is a test mail sent using "_QQ_"%s"_QQ_". If you receive it, then your email settings are correct!"
COM_CONFIG_SENDMAIL_ERROR="Test mail could not be sent."
COM_CONFIG_SENDMAIL_JS_ERROR_CONNECTION_ABORT="A connection abort as occured while fetching the JSON data."
COM_CONFIG_SENDMAIL_JS_ERROR_NO_CONTENT="No content has returned."
COM_CONFIG_SENDMAIL_JS_ERROR_OTHER="An error as occured while fetching the JSON data: HTTP %s status code."
COM_CONFIG_SENDMAIL_JS_ERROR_PARSE="A parse error as occured while processing the following JSON data:<br/><code style="_QQ_"color:inherit;white-space:pre;padding:0;margin:0;border:0;background:inherit;"_QQ_">%s</code>"
COM_CONFIG_SENDMAIL_JS_ERROR_TIMEOUT="A timeout as occured while fetching the JSON data."
COM_CONFIG_SENDMAIL_JS_ERROR_CONNECTION_ABORT="A connection abort has occured while fetching the JSON data."
COM_CONFIG_SENDMAIL_JS_ERROR_NO_CONTENT="No content was returned."
COM_CONFIG_SENDMAIL_JS_ERROR_OTHER="An error has occured while fetching the JSON data: HTTP %s status code."
COM_CONFIG_SENDMAIL_JS_ERROR_PARSE="A parse error has occured while processing the following JSON data:<br/><code style="_QQ_"color:inherit;white-space:pre;padding:0;margin:0;border:0;background:inherit;"_QQ_">%s</code>"
COM_CONFIG_SENDMAIL_JS_ERROR_TIMEOUT="A timeout has occured while fetching the JSON data."
COM_CONFIG_SENDMAIL_METHOD_MAIL="PHP Mail"
COM_CONFIG_SENDMAIL_METHOD_SENDMAIL="Sendmail"
COM_CONFIG_SENDMAIL_METHOD_SMTP="SMTP"
Expand Down

0 comments on commit f56e8c8

Please sign in to comment.