[Libguestfs] [PATCH 1/3] p2v: Use "About virt-p2v [VERSION]" on the about button.

Richard W.M. Jones rjones at redhat.com
Wed May 6 15:23:47 UTC 2015


This makes it clearer what the button does.

This updates commit a743f57cb8e74adaccae3a6f3b3da0c6961dc5ba.
---
 p2v/gui.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/p2v/gui.c b/p2v/gui.c
index 391d3f0..b32075f 100644
--- a/p2v/gui.c
+++ b/p2v/gui.c
@@ -199,7 +199,7 @@ create_connection_dialog (struct config *config)
   /* Buttons. */
   gtk_dialog_add_buttons (GTK_DIALOG (conn_dlg),
                           /* _("Configure network ..."), 1, */
-                          _("virt-p2v " PACKAGE_VERSION " ..."), 2,
+                          _("About virt-p2v " PACKAGE_VERSION " ..."), 2,
                           _("Next"), 3,
                           NULL);
 
-- 
2.3.1




More information about the Libguestfs mailing list