From: Art Cancro Date: Tue, 12 Apr 2011 02:37:17 +0000 (-0400) Subject: Removed single-quotes from setup dialogs. They confuse whiptail. X-Git-Tag: v8.11~784 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=03bf9654165eae3a550f1041517851f851fa15f9 Removed single-quotes from setup dialogs. They confuse whiptail. --- diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index c6d907a2b..fc702d44f 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -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.");