Fix up system-name error message... hopefully for the last time...

This commit is contained in:
Hugh O. Brock 2007-06-13 17:15:51 -04:00
parent c320e035e7
commit 5ee7268696

View File

@ -794,7 +794,7 @@ class vmmCreate(gobject.GObject):
return False
if re.match("^[a-zA-Z0-9_-]*$", name) == None:
self._validation_error_box(_("Invalid System Name"), \
_("System name may contain alphanumeric and '_' characters only"))
_("System name may contain alphanumeric, '_' and '-' characters only"))
return False