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