Unify use of title case
authorMarcel Werk <burntime@woltlab.com>
Wed, 5 Jul 2023 11:42:40 +0000 (13:42 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 5 Jul 2023 11:42:40 +0000 (13:42 +0200)
language/en.xml

index 653f11b4c1ea8decef3c5156c598096cb35fa68d..8cbf192e92e8aeaeec40de2251b969e36a9dba31 100644 (file)
                <item name="wcf.conversation.searchConversation"><![CDATA[Search This Conversation Only]]></item>
                <item name="wcf.conversation.searchedConversation"><![CDATA[Only search conversation <a href="{link controller='Conversation' object=$searchedConversation}{/link}">{$searchedConversation->getTitle()}</a>]]></item>
                <item name="wcf.conversation.participants.other"><![CDATA[and {if $conversation->participants - $participantSummaryCount == 1}one other{else}{#$conversation->participants-$participantSummaryCount} others{/if}]]></item>
-               <item name="wcf.conversation.attachments"><![CDATA[Conversation contains {#$conversation->attachments} attachment{if $conversation->attachments != 1}s{/if}]]></item>
+               <item name="wcf.conversation.attachments"><![CDATA[Conversation Contains {#$conversation->attachments} Attachment{if $conversation->attachments != 1}s{/if}]]></item>
                <item name="wcf.conversation.error.mailboxIsFull"><![CDATA[You have reached your maximum conversations limit and cannot create new conversations.]]></item>
                <item name="wcf.conversation.message.editNote"><![CDATA[{$message->username} edited this message {#$message->editCount} times, last: {time time=$message->lastEditTime}.]]></item>
                <item name="wcf.conversation.noParticipantsWarning"><![CDATA[You are about to reply to a conversation without other participants, nobody is going to read your message!]]></item>