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:
Ján Tomko 2014-02-24 19:08:39 +01:00
parent 7a8d7af685
commit 723e2f8468
1 changed files with 6 additions and 6 deletions

View File

@ -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