diff --git a/AUTHORS b/AUTHORS index cf286fb47..09ea56d69 100644 --- a/AUTHORS +++ b/AUTHORS @@ -158,6 +158,7 @@ Further patches have been submitted by: Giuseppe Scrivano Ken ICHIKAWA Tom Lanyon + Eric Blake <...send a patch & get your name here...> diff --git a/virtManager/migrate.py b/virtManager/migrate.py index 10bfb1620..c05d0cf6a 100644 --- a/virtManager/migrate.py +++ b/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 # # This program is free software; you can redistribute it and/or modify @@ -480,7 +480,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,