From 58b953d3ccb3385d8a3ee039b55b3b2c1f8e7bae Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 30 Jul 2013 14:05:06 +0200 Subject: [PATCH] Fixed missing language variables --- .../lib/system/package/PackageUpdateDispatcher.class.php | 2 +- wcfsetup/install/lang/de.xml | 3 ++- wcfsetup/install/lang/en.xml | 5 +++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/wcfsetup/install/files/lib/system/package/PackageUpdateDispatcher.class.php b/wcfsetup/install/files/lib/system/package/PackageUpdateDispatcher.class.php index fe0ba104f7..78a6bf825e 100644 --- a/wcfsetup/install/files/lib/system/package/PackageUpdateDispatcher.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageUpdateDispatcher.class.php @@ -86,7 +86,7 @@ class PackageUpdateDispatcher extends SingletonFactory { catch (SystemException $e) { $reply = $request->getReply(); - throw new SystemException(WCF::getLanguage()->get('wcf.acp.packageUpdate.error.listNotFound') . ' ('.reset($reply['headers']).')'); + throw new SystemException(WCF::getLanguage()->get('wcf.acp.package.update.error.listNotFound') . ' ('.reset($reply['statusCode']).')'); } // parse given package update xml diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 08f16f031f..cb36250c21 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -907,6 +907,7 @@ + requiresLicense()}Lizenz- und Seriennummer{else}Benutzername und Passwort{/if}.]]> @@ -982,7 +983,7 @@ - + diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 271f9bd129..5843bfda0f 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -195,7 +195,7 @@ Examples for medium ID detection: - + @@ -906,6 +906,7 @@ Examples for medium ID detection: + requiresLicense()}license and serial number{else}username and password{/if}.]]> @@ -981,7 +982,7 @@ Examples for medium ID detection: - + -- 2.20.1