From b04d5669fb93f547bdbae26ad1052bbfe16f3c1d Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 9 Nov 2020 17:40:57 +0100 Subject: [PATCH] Format lables the same way --- main/ui/src/main/resources/i18n/strings.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main/ui/src/main/resources/i18n/strings.properties b/main/ui/src/main/resources/i18n/strings.properties index 0328e6a9b..a56bf38e7 100644 --- a/main/ui/src/main/resources/i18n/strings.properties +++ b/main/ui/src/main/resources/i18n/strings.properties @@ -175,12 +175,12 @@ stats.title=Statistics for %s stats.readDataLabel=Read Data stats.writtenDataLabel=Written Data stats.cacheHitRate=Cache Hit Rate -stats.totalMiBRead=Total Read: -stats.totalMiBWritten=Total Written: -stats.totalMiBEncrypted=Total Encypted: -stats.totalMiBDecrypted=Total Decrypted: -stats.totalReads=%s Number of Reads -stats.totalWrites=%s Number of Writes +stats.totalMiBRead=Data Read: +stats.totalMiBWritten=Data Written: +stats.totalMiBEncrypted=Data Encypted: +stats.totalMiBDecrypted=Data Decrypted: +stats.totalReads=Total reads: %s +stats.totalWrites=Total writes: %s stats.data.bytes=%s Bytes stats.data.kiB=%.1f KiB stats.data.miB=%.1f MiB