fixed en to en-us

This commit is contained in:
Nuno Miguel Reis
2012-10-11 00:09:40 +00:00
parent e1d5d72d28
commit 98a4e42dae
3 changed files with 3 additions and 3 deletions

View File

@@ -219,7 +219,7 @@ require_once "includes/paging.php";
//list all the permissions
foreach($apps as $app) {
$app_name = $app['name'];
$description = $app['description']['en'];
$description = $app['description']['en-us'];
echo "<strong>".$app_name."</strong><br />\n";
echo "".$description."<br /><br />";