Displaying 2 results from an estimated 2 matches for "3ef1e77".
2016 Aug 12
1
[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 "
+ _("D...
2016 Sep 08
4
[PATCH 0/3] Use gnulib's getprogname
Hi,
this series update libguestfs to a recent gnulib version, so that we
can use its new getprogname module, and solve altogether one of the
porting issues (the need for 'program_name' by the error module of
gnulib), and have a single way to get the name of the current program.
A number of changes in tools mostly, although mechanical.
Thanks,
Pino Toscano (3):
Update gnulib to latest