mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
virsh: mark CPU usage field names as translatable
My commit ac75801 removed the translation markers when moving the field names into an array.
This commit is contained in:
parent
7a8d7af685
commit
723e2f8468
@ -352,12 +352,12 @@ VIR_ENUM_IMPL(vshCPUStats, VSH_CPU_LAST,
|
|||||||
VIR_NODE_CPU_STATS_UTILIZATION);
|
VIR_NODE_CPU_STATS_UTILIZATION);
|
||||||
|
|
||||||
const char *vshCPUOutput[] = {
|
const char *vshCPUOutput[] = {
|
||||||
"user:",
|
N_("user:"),
|
||||||
"system:",
|
N_("system:"),
|
||||||
"idle:",
|
N_("idle:"),
|
||||||
"iowait:",
|
N_("iowait:"),
|
||||||
"intr:",
|
N_("intr:"),
|
||||||
"usage:"
|
N_("usage:")
|
||||||
};
|
};
|
||||||
|
|
||||||
static bool
|
static bool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user