Fix typo
authorJoshua Rüsweg <ruesweg@woltlab.com>
Sun, 19 May 2019 17:43:45 +0000 (19:43 +0200)
committerJoshua Rüsweg <ruesweg@woltlab.com>
Sun, 19 May 2019 17:50:51 +0000 (19:50 +0200)
See #2716

wcfsetup/install/lang/en.xml

index 84e158d09a49e5f50f280ebb483228e8ce069eb9..54b9df5e777d96cabe4f0f66bcdf8ae0b51f0eff 100644 (file)
@@ -3369,9 +3369,9 @@ Attachments:
                <item name="wcf.acp.contact.settings"><![CDATA[Edit Contact Form]]></item>
        </category>
        <category name="wcf.acp.content">
-               <item name="wcf.acp.content.removeContent"><![CDATA[Delete User Content]]></item>
+               <item name="wcf.acp.content.removeContent"><![CDATA[Delete User’s Content]]></item>
                <item name="wcf.acp.content.provider.removeContentSectionTitle"><![CDATA[Content]]></item>
-               <item name="wcf.acp.content.provider.removeContentInfo"><![CDATA[Please select which content of the user “<a href="{link controller='UserEdit' id=$user->userID}{/link}">{$user->username}</a>” should be deleted.]]></item>
+               <item name="wcf.acp.content.provider.removeContentInfo"><![CDATA[Which types of content created by “<a href="{link controller='UserEdit' id=$user->userID}{/link}">{$user->username}</a>” should be deleted.]]></item>
                <item name="wcf.acp.content.provider.removeContentWarning"><![CDATA[<strong>Heads up</strong>: The content will be deleted irrevocably and without any further confirmation prompt!]]></item>
                <item name="wcf.acp.content.provider.com.woltlab.wcf.comment"><![CDATA[Comments]]></item>
                <item name="wcf.acp.content.provider.com.woltlab.wcf.commentResponse"><![CDATA[Comment Responses]]></item>