Richard W.M. Jones
2016-Aug-12 09:44 UTC
[Libguestfs] [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. --- p2v/gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/p2v/gui.c b/p2v/gui.c index 58310bf..3ef1e77 100644 --- a/p2v/gui.c +++ b/p2v/gui.c @@ -1754,8 +1754,8 @@ set_log_dir (gpointer user_data) 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
Possibly Parallel Threads
- [PATCH] v2v: -i ova: Remove incorrect warning for disks that have no parent controller (RHBZ#1167302).
- [PATCH v2v] -o rhv-upload: Give a nicer error if the storage domain does not exist
- [PATCH 2/2] p2v: add a Shutdown action (RHBZ#1642044)
- [PATCH v2 2/2] p2v: add a Shutdown action (RHBZ#1642044)
- [PATCH 0/2] p2v: Allow virt-p2v to be built with Gtk 2 or 3.