From: Ján Tomko Date: Mon, 24 Feb 2014 18:08:39 +0000 (+0100) Subject: virsh: mark CPU usage field names as translatable X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=723e2f8468f573dfea44db5a950f6731ab7bf20c;p=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. --- diff --git a/tools/virsh-host.c b/tools/virsh-host.c index 502203b170..6a04f9d85a 100644 --- a/tools/virsh-host.c +++ b/tools/virsh-host.c @@ -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