[gh/113] Update UMIL to 1.0.5
B3P-GH-113
This commit is contained in:
@@ -4,9 +4,8 @@
|
||||
* @author Nathan Guse (EXreaction) http://lithiumstudios.org
|
||||
* @author David Lewis (Highway of Life) highwayoflife@gmail.com
|
||||
* @package umil
|
||||
* @version $Id$
|
||||
* @copyright (c) 2008 phpBB Group
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -122,11 +121,10 @@ $lang = array_merge($lang, array(
|
||||
'UNKNOWN' => 'Unknown',
|
||||
'UPDATE_MOD' => 'Update %s',
|
||||
'UPDATE_MOD_CONFIRM' => 'Are you ready to update %s?',
|
||||
'UPDATE_UMIL' => 'This version of UMIL is outdated.<br /><br />Please download the latest UMIL (Unified MOD Install Library) from: <a href="%1$s" target="_blank">%1$s</a>',
|
||||
'UPDATE_UMIL' => 'This version of UMIL is outdated.<br /><br />Please download the latest UMIL (Unified MOD Install Library) from: <a href="%1$s" onclick="window.open(this.href);return false;">%1$s</a>',
|
||||
|
||||
'VERSIONS' => 'Mod Version: <strong>%1$s</strong><br />Currently Installed: <strong>%2$s</strong>',
|
||||
'VERSION_SELECT' => 'Version Select',
|
||||
'VERSION_SELECT_EXPLAIN' => 'Do not change from “Ignore” unless you know what you are doing or were told to.',
|
||||
));
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user