From kde-commits Thu Jun 14 21:57:40 2012 From: Albert Astals Cid Date: Thu, 14 Jun 2012 21:57:40 +0000 To: kde-commits Subject: www/media/includes/classes Message-Id: <20120614215740.DFACFAC779 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=133971127315543 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 .= '
  • ';