Add a missing space
authorAlexander Ebert <ebert@woltlab.com>
Thu, 1 Aug 2024 11:35:17 +0000 (13:35 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 1 Aug 2024 11:35:17 +0000 (13:35 +0200)
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml

index 2b315ea55f3469c65eb412823fee83bacc8909b5..fc09acf3c162919cea9e62b88c56d0b5c63f0464 100644 (file)
@@ -4399,7 +4399,7 @@ Dateianhänge:
                <item name="wcf.moderation.report.changeJustifiedStatus.markAsJustified"><![CDATA[Meldung als „Berechtigt“ markieren]]></item>
                <item name="wcf.moderation.report.changeJustifiedStatus.confirmMessage"><![CDATA[{if LANGUAGE_USE_INFORMAL_VARIANT}Willst du{else}Wollen Sie{/if} den „Berechtigt“-Status dieser Meldung wirklich ändern?]]></item>
                <item name="wcf.moderation.report.notification.title"><![CDATA[Neue Meldung]]></item>
-               <item name="wcf.moderation.report.notification.message"><![CDATA[{if $author->userID}<strong>{$author}</strong>{else}Ein Gast{/if} hat <strong>{$title}</strong>({$typeName}) gemeldet.]]></item>
+               <item name="wcf.moderation.report.notification.message"><![CDATA[{if $author->userID}<strong>{$author}</strong>{else}Ein Gast{/if} hat <strong>{$title}</strong> ({$typeName}) gemeldet.]]></item>
                <item name="wcf.moderation.report.notification.mail.plaintext"><![CDATA[{if $author->userID}{$author}{else}Ein Gast{/if} hat {$title} ({$typeName}) gemeldet [URL:{$objectLink}].]]></item>
                <item name="wcf.moderation.report.notification.mail.html"><![CDATA[<p>{if $author->userID}{$author}{else}Ein Gast{/if} hat <a href="{$objectLink}">{$title}</a> ({$typeName}) gemeldet.</p>]]></item>
        </category>
index ff2a1a71d90ac4bcb60fa21a9168f3f433c28ca6..73e7687746f385b4960d3c19f122b95b427a3b2b 100644 (file)
@@ -4351,7 +4351,7 @@ Attachments:
                <item name="wcf.moderation.report.changeJustifiedStatus.markAsJustified"><![CDATA[Mark report as “Justified”]]></item>
                <item name="wcf.moderation.report.changeJustifiedStatus.confirmMessage"><![CDATA[Do you really want to change the “Justified” status of this report?]]></item>
                <item name="wcf.moderation.report.notification.title"><![CDATA[New report]]></item>
-               <item name="wcf.moderation.report.notification.message"><![CDATA[{if $author->userID}<strong>{$author}</strong>{else}A guest{/if} has reported <strong>{$title}</strong>({$typeName}).]]></item>
+               <item name="wcf.moderation.report.notification.message"><![CDATA[{if $author->userID}<strong>{$author}</strong>{else}A guest{/if} has reported <strong>{$title}</strong> ({$typeName}).]]></item>
                <item name="wcf.moderation.report.notification.mail.plaintext"><![CDATA[{if $author->userID}{$author}{else}A guest{/if} has reported {$title} ({$typeName}) [URL:{$objectLink}].]]></item>
                <item name="wcf.moderation.report.notification.mail.html"><![CDATA[<p>{if $author->userID}{$author}{else}A guest{/if} has reported <a href="{$objectLink}">{$title}</a> ({$typeName}):</p>]]></item>
        </category>