From 7807dba0c80044ce87aa7b89eb047de6a9806364 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sun, 4 Jul 2010 15:03:13 +0000 Subject: [PATCH] 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 --- includes/installer/Installer.i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1