http://www.mediawiki.org/wiki/Special:Code/MediaWiki/69003
Revision: 69003 Author: avar Date: 2010-07-04 15:03:13 +0000 (Sun, 04 Jul 2010) Log Message: ----------- 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 Modified Paths: -------------- trunk/phase3/includes/installer/Installer.i18n.php Modified: trunk/phase3/includes/installer/Installer.i18n.php =================================================================== --- trunk/phase3/includes/installer/Installer.i18n.php 2010-07-04 15:00:32 UTC (rev 69002) +++ trunk/phase3/includes/installer/Installer.i18n.php 2010-07-04 15:03:13 UTC (rev 69003) @@ -408,7 +408,7 @@ '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. _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs