Browse Source

Format lables the same way

Armin Schrenk 4 years ago
parent
commit
b04d5669fb
1 changed files with 6 additions and 6 deletions
  1. 6 6
      main/ui/src/main/resources/i18n/strings.properties

+ 6 - 6
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