From 8c2f7c1cd56f5b68f67fe9a7527de8f4c8970fd5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 13 Apr 2022 09:17:30 +0200 Subject: [PATCH] Fix typo in en.xml --- wcfsetup/install/files/lib/core.functions.php | 2 +- wcfsetup/install/lang/en.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/core.functions.php b/wcfsetup/install/files/lib/core.functions.php index 76a61eaf4c..97666e6699 100644 --- a/wcfsetup/install/files/lib/core.functions.php +++ b/wcfsetup/install/files/lib/core.functions.php @@ -308,7 +308,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 written 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 an 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 8b8a02164d..d0787434d4 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -3883,7 +3883,7 @@ Attachments:

 

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 written 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 an FTP program or similar.

 

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

]]> -- 2.20.1