From f65c2d583791e320d2bb92a0bb4a4f56cd5ba86a Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sat, 14 Mar 2020 13:16:58 +0100 Subject: [PATCH] Fixed typo --- .../files/lib/system/cli/command/PackageCLICommand.class.php | 2 +- wcfsetup/install/lang/de.xml | 2 +- wcfsetup/install/lang/en.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wcfsetup/install/files/lib/system/cli/command/PackageCLICommand.class.php b/wcfsetup/install/files/lib/system/cli/command/PackageCLICommand.class.php index b705dfe488..f7b3927937 100644 --- a/wcfsetup/install/files/lib/system/cli/command/PackageCLICommand.class.php +++ b/wcfsetup/install/files/lib/system/cli/command/PackageCLICommand.class.php @@ -143,7 +143,7 @@ class PackageCLICommand implements IArgumentedCLICommand { $this->error('noValidInstall'); } else if ($archive->getPackageInfo('isApplication') && $archive->hasUniqueAbbreviation()) { - $this->error('noUniqueAbbrevation'); + $this->error('noUniqueAbbreviation'); } else if ($archive->isAlreadyInstalled()) { $this->error('uniqueAlreadyInstalled'); diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 2e7bdcbc20..52dd740ca1 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -1807,7 +1807,7 @@ Die Datenbestände werden sorgfältig gepflegt, aber es ist nicht ausgeschlossen - + diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 1b757ffc69..2ae3037d97 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -1792,7 +1792,7 @@ The database is carefully maintained, but there will be always be a margin of er - + -- 2.20.1