From 7951fe561e40fa48ac4e32b66f4f14f29033c31d Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Wed, 28 Mar 2007 15:46:57 -0400 Subject: [PATCH] Fixed typo --- src/virtManager/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/virtManager/create.py b/src/virtManager/create.py index d2b9bd891..918379341 100644 --- a/src/virtManager/create.py +++ b/src/virtManager/create.py @@ -612,7 +612,7 @@ class vmmCreate(gobject.GObject): title=_("Creating Virtual Machine"), text=_("The virtual machine is now being created. " + \ "Allocation of disk storage and retrieval of " + \ - "the installation images may a few minutes " + \ + "the installation images may take a few minutes " + \ "to complete.")) progWin.run()