mirror of https://gitee.com/openkylin/libvirt.git
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);
|
||||
|
||||
const char *vshCPUOutput[] = {
|
||||
"user:",
|
||||
"system:",
|
||||
"idle:",
|
||||
"iowait:",
|
||||
"intr:",
|
||||
"usage:"
|
||||
N_("user:"),
|
||||
N_("system:"),
|
||||
N_("idle:"),
|
||||
N_("iowait:"),
|
||||
N_("intr:"),
|
||||
N_("usage:")
|
||||
};
|
||||
|
||||
static bool
|
||||
|
|
Loading…
Reference in New Issue