Removed single-quotes from setup dialogs. They confuse whiptail.
authorArt Cancro <ajc@uncensored.citadel.org>
Tue, 12 Apr 2011 02:37:17 +0000 (22:37 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Tue, 12 Apr 2011 02:37:17 +0000 (22:37 -0400)
citadel/utils/setup.c

index da770f7d15d9a53130d4275d8d54687b49d13d47..1d483a3166755a36e1f1358a876283d049d0b74c 100644 (file)
@@ -159,8 +159,8 @@ void SetTitles(void)
        setup_text[eIP_ADDR] = _(
 "Please specify the IP address which the server should be listening to. "
 "You can name a specific IPv4 or IPv6 address, or you can specify\n"
-"'*' for 'any address', '::' for 'any IPv6 address', or '0.0.0.0'\n"
-"for 'any IPv4 address'. If you leave this blank, Citadel will\n"
+"\"*\" for \"any address\", \"::\" for \"any IPv6 address\", or \"0.0.0.0\"\n"
+"for \"any IPv4 address\". If you leave this blank, Citadel will\n"
 "listen on all addresses. "
 "This can usually be left to the default unless multiple instances of Citadel "
 "are running on the same computer.");