r80092 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80091‎ | r80092 | r80093 >
Date:13:17, 12 January 2011
Author:demon
Status:ok (Comments)
Tags:
Comment:
Fix key name
Modified paths:
  • /trunk/phase3/includes/installer/Installer.i18n.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.i18n.php
@@ -452,7 +452,7 @@
453453 'config-install-pg-schema-failed' => 'Tables creation failed.
454454 Make sure that the user "$1" can write to the schema "$2".',
455455 'config-install-pg-commit' => 'Committing changes',
456 - 'config-pg-plpgsql' => 'Checking for language PL/pgSQL',
 456+ 'config-install-pg-plpgsql' => 'Checking for language PL/pgSQL',
457457 'config-pg-no-plpgsql' => 'You need to install the language PL/pgSQL in the database $1',
458458 'config-install-pg-ts2' => 'Checking for tsearch2',
459459 'config-install-pg-ts2-failed' => "'''FAILED''' tsearch2 must be installed in the database $1.

Comments

#Comment by MarkAHershberger (talk | contribs)   04:10, 3 February 2011

this was missing from the merge

Status & tagging log