瀏覽代碼

fixed en to en-us

Nuno Miguel Reis 13 年之前
父節點
當前提交
333472de4c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/users/group_permissions.php

+ 1 - 1
core/users/group_permissions.php

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