Blob Blame History Raw
From b95d44a2d68e506be4fb996e8e0a140457d5dbe7 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Fri, 12 Aug 2016 10:43:44 +0100
Subject: [PATCH] p2v: Fix s/is/are/ in GUI message.

I reordered the 'and' clause to make it sound a bit more natural.

Thanks: Junqin Zhou.
(cherry picked from commit d33e28c98807757d53ff87870a83604b4f8381d5)
---
 p2v/gui.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/p2v/gui.c b/p2v/gui.c
index e0b455a..2e46370 100644
--- a/p2v/gui.c
+++ b/p2v/gui.c
@@ -1489,8 +1489,8 @@ set_log_dir (const char *remote_dir)
   CLEANUP_FREE char *msg;
 
   if (asprintf (&msg,
-                _("Log files and debug information "
-                  "is saved to this directory "
+                _("Debug information and log files "
+                  "are saved to this directory "
                   "on the conversion server:\n"
                   "%s"),
                 remote_dir ? remote_dir : "") == -1) {
-- 
2.7.4