SVN commit 1300701 by aacid: this is already translated in edu.kde.org, just was not being correctly calling i18n_var M +2 -1 class_appdata.inc --- trunk/www/media/includes/classes/class_appdata.inc #1300700:1300701 @@ -34,6 +34,7 @@ function descriptionHtml() { $description = $this->data['description']; + $description = i18n_var($description); if(substr($description, 0, 3) != '

') { $description = '

'.$description.'

'; } @@ -50,7 +51,7 @@ } if ($liOpen) $html .= ''; - $html .= '
  • '.$item; + $html .= '
  • '.i18n_var($item); $liOpen = true; } $html .= '
  • ';