From: Ævar Arnfjörð Bjarmason Date: Sun, 4 Jul 2010 15:03:13 +0000 (+0000) Subject: new-installer: Don't use some made-up $host:$ip for memcached in an example, but... X-Git-Tag: 1.31.0-rc.0~36272 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=7807dba0c80044ce87aa7b89eb047de6a9806364;p=lhc%2Fweb%2Fwiklou.git new-installer: Don't use some made-up $host:$ip for memcached in an example, but 127.0.0.1:11211 which is the default --- diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index ab9a0c3fcc..2927d1f8b6 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -408,7 +408,7 @@ No functionality is removed, but speed may be impacted.', 'config-cache-memcached' => 'Use Memcached (requires additional setup and configuration)', 'config-memcached-servers' => 'Memcached servers:', 'config-memcached-help' => 'List of IP addresses to use for Memcached. -Should be separated with commas and specify the port to be used (for example: 1.2.3.4:56, 7.8.9.10:11).', +Should be separated with commas and specify the port to be used (for example: 127.0.0.1:11211, 192.168.1.25:11211).', 'config-extensions' => 'Extensions', 'config-extensions-help' => 'The extensions listed above were detected in your ./extensions directory.