mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Fix up system-name error message... hopefully for the last time...
This commit is contained in:
parent
c320e035e7
commit
5ee7268696
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user