Skip to content

Commit

Permalink
WEB: Fix text for recommended download on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
criezy committed Mar 28, 2016
1 parent 38b619c commit 0de80e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Pages/DownloadsPage.php
Expand Up @@ -28,7 +28,7 @@ function getRecommendedDownloadsJS(&$downloads) {
if (is_array($data)) {
$extra_text = $data['size'] . " ";
if ($data['ext'] == '.exe')
$extra_text = $extra_path + 'Win32 ';
$extra_text = $extra_text . 'Win32 ';

$extra_text .= $data['ext'] . " " . $data['msg'];
} else {
Expand Down

0 comments on commit 0de80e5

Please sign in to comment.