From 69fa653f0738565f96d0a4ec72cc214d1dad327f Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sun, 6 Jan 2019 15:57:49 +0100 Subject: [PATCH] Improved the description of the "fileSystemPath" input field Closes #2807 --- wcfsetup/install/lang/de.xml | 4 ++-- wcfsetup/install/lang/en.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index fb1e46f16b..8961bfdb4a 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -347,8 +347,8 @@ - - + + {$exception->getMessage()}
{$exception->getErrorDesc()}
]]>
diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 049666660a..12383d5f53 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -324,8 +324,8 @@ - - + + {$exception->getMessage()}
{$exception->getErrorDesc()}
]]>
-- 2.20.1