[virt-tools-list] [PATCH] migrate: use correct grammar

Christophe Fergeau cfergeau at redhat.com
Tue Apr 2 08:29:26 UTC 2013


ACK from me.

Christophe

On Mon, Apr 01, 2013 at 01:46:30PM -0600, Eric Blake wrote:
> According to http://grammar.quickanddirtytips.com/a-while-awhile.aspx,
> you can tell whether to use 'awhile' or 'a while' by substituting
> 'quietly' or 'a year' and seeing if the resulting sentence still makes
> sense.  During migration, we used an adverb, but want the noun form.
> 
> * src/virtManager/migrate.py (vmmMigrateDialog.finish): Use
> correct grammar.
> ---
> 
>  src/virtManager/migrate.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/virtManager/migrate.py b/src/virtManager/migrate.py
> index 1a488e5..6083846 100644
> --- a/src/virtManager/migrate.py
> +++ b/src/virtManager/migrate.py
> @@ -1,5 +1,5 @@
>  #
> -# Copyright (C) 2009 Red Hat, Inc.
> +# Copyright (C) 2009, 2013 Red Hat, Inc.
>  # Copyright (C) 2009 Cole Robinson <crobinso at redhat.com>
>  #
>  # This program is free software; you can redistribute it and/or modify
> @@ -479,7 +479,7 @@ class vmmMigrateDialog(vmmGObjectUI):
>                                 max_downtime],
>                                _("Migrating VM '%s'" % self.vm.get_name()),
>                                (_("Migrating VM '%s' from %s to %s. "
> -                                 "This may take awhile.") %
> +                                 "This may take a while.") %
>                                  (self.vm.get_name(), srchost, dsthost)),
>                                self.topwin,
>                                cancel_back=_cancel_back,
> -- 
> 1.8.1.4
> 
> _______________________________________________
> virt-tools-list mailing list
> virt-tools-list at redhat.com
> https://www.redhat.com/mailman/listinfo/virt-tools-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/virt-tools-list/attachments/20130402/6338c1d1/attachment.sig>


More information about the virt-tools-list mailing list