From: Tim Düsterhus Date: Tue, 12 Apr 2016 19:03:09 +0000 (+0200) Subject: Fix typo in exceptions X-Git-Tag: 3.0.0_Beta_1~1919 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=819d782294c30353bf812f98e8680e998ed85b22;p=GitHub%2FWoltLab%2FWCF.git Fix typo in exceptions --- diff --git a/wcfsetup/install/files/lib/core.functions.php b/wcfsetup/install/files/lib/core.functions.php index 58c01b9f2b..285e57ffea 100644 --- a/wcfsetup/install/files/lib/core.functions.php +++ b/wcfsetup/install/files/lib/core.functions.php @@ -125,7 +125,7 @@ namespace wcf\functions\exception {

 

The error code can be used by an administrator to lookup the full error message in the Administration Control Panel via “Logs » Errors”. - In addition the error has been writen to the log file located at {$logFile} and can be accessed with a FTP program or similar. + In addition the error has been written to the log file located at {$logFile} and can be accessed with a FTP program or similar.

 

Notice: The error code was randomly generated and has no use beyond looking up the full message.

diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 0bcd5ecfca..62098d2dd6 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -2189,7 +2189,7 @@ Errors are:

 

The error code can be used by an administrator to lookup the full error message in the Administration Control Panel via “Logs » Errors”. - In addition the error has been writen to the log file located at {$logFile} and can be accessed with a FTP program or similar. + In addition the error has been written to the log file located at {$logFile} and can be accessed with a FTP program or similar.

 

Notice: The error code was randomly generated and has no use beyond looking up the full message.

]]>