Skip to content

Commit

Permalink
Partial fix for ticket 471 - i18n of module names in upgrader.
Browse files Browse the repository at this point in the history
  • Loading branch information
andyst committed Jun 30, 2009
1 parent 3bd5990 commit dd30ec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/gallery/helpers/module.php
Expand Up @@ -86,6 +86,8 @@ static function available() {
$m->code_version = $m->version;
$m->version = self::get_version($module_name);
$m->locked = false;
$m->name = t($m->name);
$m->description = t($m->description);
}

// Lock certain modules
Expand Down

0 comments on commit dd30ec0

Please sign in to comment.