diff options
Diffstat (limited to 'h-source/Application/Controllers/DownloadController.php')
| -rw-r--r-- | h-source/Application/Controllers/DownloadController.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/DownloadController.php b/h-source/Application/Controllers/DownloadController.php index 20d00a3..d44d343 100644 --- a/h-source/Application/Controllers/DownloadController.php +++ b/h-source/Application/Controllers/DownloadController.php @@ -69,7 +69,7 @@ class DownloadController extends BaseController  			}  			if ($type === 'notebook')  			{ -				$xml .= "\t\t<architecture>".$row['hardware']['architecture']."</architecture>\n"; +				$xml .= "\t\t<architecture>".translate($row['hardware']['architecture'])."</architecture>\n";  				$xml .= "\t\t<free_bios>".$row['hardware']['bios']."</free_bios>\n";  			}  | 
