Skip to content

Commit c55a6f3

Browse files
committed
[MAINTENANCE] Fix translation string in language files for core status display
1 parent cdd4839 commit c55a6f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Resources/Private/Language/de.locallang_be.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@
579579
<target><![CDATA[Fehler!]]></target>
580580
</trans-unit>
581581
<trans-unit id="flash.coreStatus" approved="yes">
582-
<source><![CDATA[Start Time: %s<br />Uptime: %s<br />Last Modified: %ss<br />Number of Documents: %u]]></source>
582+
<source><![CDATA[Start Time: %s<br />Uptime: %s<br />Last Modified: %s<br />Number of Documents: %u]]></source>
583583
<target><![CDATA[Startzeit: %s<br />Laufzeit: %s<br />Letzte Änderung: %s<br />Anzahl Dokumente: %u]]></target>
584584
</trans-unit>
585585
<trans-unit id="flash.days" approved="yes">

Resources/Private/Language/locallang_be.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@
450450
<source><![CDATA[Error!]]></source>
451451
</trans-unit>
452452
<trans-unit id="flash.coreStatus" approved="yes">
453-
<source><![CDATA[Start Time: %s<br />Uptime: %s<br />Last Modified: %ss<br />Number of Documents: %u]]></source>
453+
<source><![CDATA[Start Time: %s<br />Uptime: %s<br />Last Modified: %s<br />Number of Documents: %u]]></source>
454454
</trans-unit>
455455
<trans-unit id="flash.days" approved="yes">
456456
<source><![CDATA[days]]></source>

0 commit comments

Comments
 (0)