Merge remote-tracking branch 'letsencrypt/master'

This commit is contained in:
Peter Eckersley
2014-11-18 03:01:16 -08:00
+1 -1
View File
@@ -195,7 +195,7 @@ class FileDisplay(Display):
c, s = self.generic_menu(
"Choose the names would you like to upgrade to HTTPS?",
names,
"Select the number of the name (c to cancel): ")
"Select the number of the name: ")
# Make sure to return a list...
return c, [names[s]]