mrc0mmand / rpms / libguestfs

Forked from rpms/libguestfs 3 years ago
Clone

Blame SOURCES/0170-p2v-Fix-s-is-are-in-GUI-message.patch

e76f14
From b95d44a2d68e506be4fb996e8e0a140457d5dbe7 Mon Sep 17 00:00:00 2001
e76f14
From: "Richard W.M. Jones" <rjones@redhat.com>
e76f14
Date: Fri, 12 Aug 2016 10:43:44 +0100
e76f14
Subject: [PATCH] p2v: Fix s/is/are/ in GUI message.
e76f14
e76f14
I reordered the 'and' clause to make it sound a bit more natural.
e76f14
e76f14
Thanks: Junqin Zhou.
e76f14
(cherry picked from commit d33e28c98807757d53ff87870a83604b4f8381d5)
e76f14
---
e76f14
 p2v/gui.c | 4 ++--
e76f14
 1 file changed, 2 insertions(+), 2 deletions(-)
e76f14
e76f14
diff --git a/p2v/gui.c b/p2v/gui.c
e76f14
index e0b455a..2e46370 100644
e76f14
--- a/p2v/gui.c
e76f14
+++ b/p2v/gui.c
e76f14
@@ -1489,8 +1489,8 @@ set_log_dir (const char *remote_dir)
e76f14
   CLEANUP_FREE char *msg;
e76f14
 
e76f14
   if (asprintf (&msg,
e76f14
-                _("Log files and debug information "
e76f14
-                  "is saved to this directory "
e76f14
+                _("Debug information and log files "
e76f14
+                  "are saved to this directory "
e76f14
                   "on the conversion server:\n"
e76f14
                   "%s"),
e76f14
                 remote_dir ? remote_dir : "") == -1) {
e76f14
-- 
e76f14
1.8.3.1
e76f14