
10 Sep
2014
10 Sep
'14
2:39 p.m.
On 09/10/2014 04:51 AM, Peter Krempa wrote:
Tweak the messages so that they mention "title" rather than "description" when operating in title mode. Also fixes one missing "%s" before non-formatted gettext message.
Before: $ virsh desc --title dom No description for domain: dom
After: $ virsh desc --title dom No title for domain: dom
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1140034 --- tools/virsh-domain.c | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-)
ACK John