From 15664bc98d16942c4da17654d68520d462a5c682 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joshua=20R=C3=BCsweg?= Date: Wed, 20 Mar 2019 11:46:26 +0100 Subject: [PATCH] Remove superfluous reaction type upload description See #2508 --- .../install/files/lib/acp/form/ReactionTypeAddForm.class.php | 1 - wcfsetup/install/lang/de.xml | 1 - wcfsetup/install/lang/en.xml | 1 - 3 files changed, 3 deletions(-) diff --git a/wcfsetup/install/files/lib/acp/form/ReactionTypeAddForm.class.php b/wcfsetup/install/files/lib/acp/form/ReactionTypeAddForm.class.php index 2f62d23114..42f4cb2c21 100644 --- a/wcfsetup/install/files/lib/acp/form/ReactionTypeAddForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/ReactionTypeAddForm.class.php @@ -81,7 +81,6 @@ class ReactionTypeAddForm extends AbstractFormBuilderForm { ->appendChildren([ UploadFormField::create('iconFile') ->label('wcf.acp.reactionType.image') - ->description('wcf.acp.reactionType.image.description') ->required() ->maximum(1) ->imageOnly(true) diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 54e2ed0c23..6010d0b80f 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -2548,7 +2548,6 @@ Kein Abschnitt darf leer sein und alle Abschnitten dürfen nur folgende Zeichen - getPath()}images/reaction/“ interpretiert.]]> diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 3c317844aa..1cdfa162fd 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -2476,7 +2476,6 @@ If you have already bought the licenses for the listed apps, th - getPath()}images/reaction/”.]]> -- 2.20.1