aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--po/fr.po4
-rw-r--r--po/util-linux.pot2
-rw-r--r--sys-utils/zramctl.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/po/fr.po b/po/fr.po
index 0c328ea152..1b4bfda468 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -23366,8 +23366,8 @@ msgid "memory limit used to store compressed data"
msgstr "Limite de mémoire utilisée pour stocker des données compressées"
#: sys-utils/zramctl.c:85
-msgid "memory zram have been consumed to store compressed data"
-msgstr "la mémoire zRAM a été consommée pour stocker des données compressées"
+msgid "peak memory usage to store compressed data"
+msgstr "pointe d'utilisation mémoire pour stocker les données compressées"
#: sys-utils/zramctl.c:86
msgid "number of objects migrated by compaction"
diff --git a/po/util-linux.pot b/po/util-linux.pot
index dd823e0cdd..dcced3c939 100644
--- a/po/util-linux.pot
+++ b/po/util-linux.pot
@@ -23086,7 +23086,7 @@ msgid "memory limit used to store compressed data"
msgstr ""
#: sys-utils/zramctl.c:85
-msgid "memory zram have been consumed to store compressed data"
+msgid "peak memory usage to store compressed data"
msgstr ""
#: sys-utils/zramctl.c:86
diff --git a/sys-utils/zramctl.c b/sys-utils/zramctl.c
index e9eea4d1e2..d5bdc2a963 100644
--- a/sys-utils/zramctl.c
+++ b/sys-utils/zramctl.c
@@ -89,7 +89,7 @@ static const struct colinfo infos[] = {
[COL_ZEROPAGES] = { "ZERO-PAGES", 3, SCOLS_FL_RIGHT, N_("empty pages with no allocated memory") },
[COL_MEMTOTAL] = { "TOTAL", 5, SCOLS_FL_RIGHT, N_("all memory including allocator fragmentation and metadata overhead") },
[COL_MEMLIMIT] = { "MEM-LIMIT", 5, SCOLS_FL_RIGHT, N_("memory limit used to store compressed data") },
- [COL_MEMUSED] = { "MEM-USED", 5, SCOLS_FL_RIGHT, N_("memory zram have been consumed to store compressed data") },
+ [COL_MEMUSED] = { "MEM-USED", 5, SCOLS_FL_RIGHT, N_("peak memory usage to store compressed data") },
[COL_MIGRATED] = { "MIGRATED", 5, SCOLS_FL_RIGHT, N_("number of objects migrated by compaction") },
[COL_COMPRATIO] = { "COMP-RATIO", 5, SCOLS_FL_RIGHT, N_("compression ratio: DATA/TOTAL") },
[COL_MOUNTPOINT]= { "MOUNTPOINT",0.10, SCOLS_FL_TRUNC, N_("where the device is mounted") },