new-installer: Don't use some made-up $host:$ip for memcached in an example, but...
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 4 Jul 2010 15:03:13 +0000 (15:03 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 4 Jul 2010 15:03:13 +0000 (15:03 +0000)
includes/installer/Installer.i18n.php

index ab9a0c3..2927d1f 100644 (file)
@@ -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 <code>./extensions</code> directory.