Lahmizzar Muinela
2013-04-24 dd71025747a838b07bec36ad93aff35d73d913b6
install.script.php
@@ -3,7 +3,7 @@
 * @package Projectfork
 * @subpackage Projectfork.Translations.Installer
 *
 * @copyright (C) 2006 - 2013 Projectfork Translation Team. All rights reserved.
 * @copyright (C) 2012 - 2013 Projectfork Translation Team. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link http://www.projectfork.net
 **/
@@ -53,7 +53,7 @@
         $file = $files->addChild('file', array_pop($search));
         $file->addAttribute('type', 'file');
         $file->addAttribute('id', $this->name . '_' . $language['tag']);
         $installed_langs_html .= '<li>' . sprintf('<b>%s - %s</b>', $language['tag'], $language['name']);
         $installed_langs_html .= '<li>' . sprintf('<b>%s</b> - %s', $language['tag'], $language['name']);
         if(in_array($language['tag'], $this->uncomplete_lang)) {
            $installed_langs_html .= ' ... <span style="color: darkorange;">(' . sprintf(JText::_('PKG_PROJECTFORK_LANGUAGES_NOTFULL_TRANSLATED'), '<a href="https://github.com/projectfork/Translations/wiki" target="_blank">Projectfork Translations Team</a>') . ')';
         }