[PATCH 3/3] Remove an unused string

David Shea dshea at redhat.com
Thu Oct 17 17:55:41 UTC 2013


---
 pyanaconda/ui/gui/spokes/custom.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index 1df937f..5d9e75f 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -115,7 +115,6 @@ raid_level_not_enough_disks_msg = N_("The RAID level you have selected (%(level)
                                      "requires more disks (%(min)d) than you "
                                      "currently have selected (%(count)d).")
 empty_name_msg = N_("Please enter a valid name.")
-invalid_name_msg = N_("That name is invalid. Try something else?")
 
 container_type_names = {DEVICE_TYPE_LVM: lvm_container_name,
                         DEVICE_TYPE_LVM_THINP: lvm_container_name,
-- 
1.8.3.1



More information about the anaconda-patches mailing list