r65701 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65700‎ | r65701 | r65702 >
Date:16:21, 30 April 2010
Author:avar
Status:ok
Tags:
Comment:
Grammar fixes in "SQLite data directory" help message
Modified paths:
  • /branches/new-installer/phase3/includes/installer/Installer.i18n.php (modified) (history)

Diff [purge]

Index: branches/new-installer/phase3/includes/installer/Installer.i18n.php
@@ -178,9 +178,9 @@
179179 'config-db-schema-help' => 'The above schemas are usually correct.
180180 Only change them if you know you need to.',
181181 'config-sqlite-dir' => 'SQLite data directory:',
182 - 'config-sqlite-dir-help' => "SQLite stores data into a file in the filesystem.
 182+ 'config-sqlite-dir-help' => "SQLite stores data in a file in the filesystem.
183183 This directory must be writable by the webserver.
184 -It should '''not''' accessible via the web.",
 184+It should '''not''' be accessible via the web.",
185185 'config-type-mysql' => 'MySQL',
186186 'config-type-postgres' => 'PostgreSQL',
187187 'config-type-sqlite' => 'SQLite',

Status & tagging log