Fix error type of too many trophies are selected
authorMatthias Schmidt <gravatronics@live.com>
Sat, 5 Aug 2017 12:54:41 +0000 (14:54 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 5 Aug 2017 12:54:41 +0000 (14:54 +0200)
See #2315

wcfsetup/install/files/lib/form/SettingsForm.class.php
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml

index d46ae46dca131178234f998c488a50905dfe1ca4..9aa9b659711638e0c3b18d920cec4095b93a482c 100644 (file)
@@ -185,7 +185,7 @@ class SettingsForm extends AbstractForm {
                        
                        // validate special trophies
                        if (count($this->specialTrophies) > WCF::getSession()->getPermission('user.profile.trophy.maxUserSpecialTrophies')) {
-                               throw new UserInputException('specialTrophies', 'tooMuch');
+                               throw new UserInputException('specialTrophies', 'tooMany');
                        }
                        
                        foreach ($this->specialTrophies as $trophyID) {
index 697309a51c29cce728529ba02a7727583d376522..193761f7fa161ad1c4dd7f5b64f52daa43f6f59a 100644 (file)
@@ -3695,7 +3695,7 @@ Die E-Mail-Adresse des neuen Benutzers lautet: {@$user->email}
                <item name="wcf.user.trophy.trophies"><![CDATA[Trophäen]]></item>
                <item name="wcf.user.trophy.specialTrophies"><![CDATA[Besondere Trophäen]]></item>
                <item name="wcf.user.trophy.specialTrophies.description"><![CDATA[{if LANGUAGE_USE_INFORMAL_VARIANT}Wähle{else}Wählen Sie{/if} hier ihre besonderen Trophäen aus, welche im Profil und in der Nachrichten-Seitenleiste angezeigt werden.]]></item>
-               <item name="wcf.user.trophy.specialTrophies.error.tooMuch"><![CDATA[{if LANGUAGE_USE_INFORMAL_VARIANT}Du kannst{else}Sie können{/if} maximal {#$__wcf->session->getPermission('user.profile.trophy.maxUserSpecialTrophies')} Trophäen auswählen.]]></item>
+               <item name="wcf.user.trophy.specialTrophies.error.tooMany"><![CDATA[{if LANGUAGE_USE_INFORMAL_VARIANT}Du kannst{else}Sie können{/if} maximal {#$__wcf->session->getPermission('user.profile.trophy.maxUserSpecialTrophies')} Trophäen auswählen.]]></item>
                <item name="wcf.user.trophy.specialTrophies.error.invalid"><![CDATA[Die angegebenen Trophäen sind invalid.]]></item>
                <item name="wcf.user.trophy.recentActivity.received"><![CDATA[Hat die Trophäe „<a href="{$userTrophy->getTrophy()->getLink()}">{$userTrophy->getTrophy()->getTitle()}</a>“ erhalten.]]></item>
                <item name="wcf.user.trophy.condition.excludedTrophies"><![CDATA[Ausgeschlossene Trophäen]]></item>
index f78fa206cfd8a17323813519adc332e295318b33..d41c92816fe1f94e298bfea39cb9bc2a4e82718f 100644 (file)
@@ -3686,7 +3686,7 @@ Open the link below to access the user profile:
                <item name="wcf.user.trophy.trophies"><![CDATA[Trophies]]></item>
                <item name="wcf.user.trophy.specialTrophies"><![CDATA[Special Trophies]]></item>
                <item name="wcf.user.trophy.specialTrophies.description"><![CDATA[{if LANGUAGE_USE_INFORMAL_VARIANT}Wähle{else}Wählen Sie{/if} hier ihre besonderen Trophäen aus, welche im Profil und in der Nachrichten-Seitenleiste angezeigt werden.]]></item>
-               <item name="wcf.user.trophy.specialTrophies.error.tooMuch"><![CDATA[You can choose a maximum of {#$__wcf->session->getPermission('user.profile.trophy.maxUserSpecialTrophies')} trophies.]]></item>
+               <item name="wcf.user.trophy.specialTrophies.error.tooMany"><![CDATA[You can choose a maximum of {#$__wcf->session->getPermission('user.profile.trophy.maxUserSpecialTrophies')} trophies.]]></item>
                <item name="wcf.user.trophy.specialTrophies.error.invalid"><![CDATA[The selected trophies are invalid.]]></item>
                <item name="wcf.user.trophy.recentActivity.received"><![CDATA[Has received the trophy “<a href="{$userTrophy->getTrophy()->getLink()}">{$userTrophy->getTrophy()->getTitle()}</a>”.]]></item>
                <item name="wcf.user.trophy.condition.excludedTrophies"><![CDATA[Excluded Trophies]]></item>