r79809 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79808‎ | r79809 | r79810 >
Date:06:26, 7 January 2011
Author:laner
Status:deferred
Tags:
Comment:
Adding a couple more missed messages
Modified paths:
  • /trunk/extensions/OpenStackManager/OpenStackManager.i18n.php (modified) (history)
  • /trunk/extensions/OpenStackManager/OpenStackNovaUser.php (modified) (history)

Diff [purge]

Index: trunk/extensions/OpenStackManager/OpenStackManager.i18n.php
@@ -126,6 +126,9 @@
127127 'openstackmanager-novaproject-project' => 'Project',
128128 'openstackmanager-novaproject-info' => 'Project Information',
129129
 130+ 'openstackmanager-shellaccountname' => 'Instance Shell Account Name',
 131+ 'openstackmanager-shellaccountnamehelp' => 'The shell account name must start with a-z, and can only contain a-z, 0-9, -, and _ characters',
 132+
130133 );
131134
132135 /** Message documentation (Message documentation)
Index: trunk/extensions/OpenStackManager/OpenStackNovaUser.php
@@ -308,7 +308,7 @@
309309 }
310310
311311 static function LDAPModifyUITemplate( &$template ) {
312 - $input = array( 'msg' => 'shellaccountname', 'type' => 'text', 'name' => 'shellaccountname', 'value' => '', 'helptext' => 'shellaccountnamehelp' );
 312+ $input = array( 'msg' => 'openstackmanager-shellaccountname', 'type' => 'text', 'name' => 'shellaccountname', 'value' => '', 'helptext' => 'openstackmanager-shellaccountnamehelp' );
313313 $template->set( 'extraInput', array( $input ) );
314314
315315 return true;

Status & tagging log