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)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:12:12 +0000 (20:12 +0000)
citadel/utils/setup.c

index c6d907a2bcf6325678020cd75400655c6be95ea9..fc702d44fd8c9d78bec0b031e30211778f415dc5 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.");