Add missing space before ellipsis in wcf.acp.package.search.status.* in en.xml
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 5 May 2023 07:17:39 +0000 (09:17 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 5 May 2023 07:17:39 +0000 (09:17 +0200)
see https://www.woltlab.com/community/thread/299749-language-wcf-acp-package-search-status-loading/

wcfsetup/install/lang/en.xml

index 4749c4090739aa5772b4f86e2c895eb323434e9e..d11d1efa186559c43b4017096c1f85e9f1c1971c 100644 (file)
@@ -1951,9 +1951,9 @@ If you have <strong>already bought the licenses for the listed apps</strong>, th
                <item name="wcf.acp.package.search.input"><![CDATA[Search term]]></item>
                <item name="wcf.acp.package.search.input.description"><![CDATA[Partial matches are performed against the package name, its description and its internal identifier.]]></item>
                <item name="wcf.acp.package.search.status.idle"><![CDATA[Enter three or more characters to start searching.]]></item>
-               <item name="wcf.acp.package.search.status.loading"><![CDATA[Searching…]]></item>
+               <item name="wcf.acp.package.search.status.loading"><![CDATA[Searching …]]></item>
                <item name="wcf.acp.package.search.status.noResults"><![CDATA[There were no matches.]]></item>
-               <item name="wcf.acp.package.search.status.refreshDatabase"><![CDATA[Retrieving the package lists…]]></item>
+               <item name="wcf.acp.package.search.status.refreshDatabase"><![CDATA[Retrieving the package lists …]]></item>
                <item name="wcf.acp.package.search.result.official"><![CDATA[{if $count === 0}No matches{elseif $count === 1}One match{else}{#$count} matches{/if} in official WoltLab® packages]]></item>
                <item name="wcf.acp.package.search.result.thirdParty"><![CDATA[{if $count === 0}No matches{elseif $count === 1}One match{else}{#$count} matches{/if} in package sources maintained by third parties]]></item>
                <item name="wcf.acp.package.search.result.trusted"><![CDATA[{if $count === 0}No matches{elseif $count === 1}One match{else}{#$count} matches{/if} in official package sources]]></item>