Merge pull request #3717 from berendt/change_name_of_downloads

website/www: changed titles of package downloads
This commit is contained in:
Mitchell Hashimoto 2014-05-08 09:28:03 -07:00
commit c724130a4d
1 changed files with 2 additions and 2 deletions

View File

@ -62,9 +62,9 @@ module DownloadHelpers
if os == "darwin"
return "Mac OS X"
elsif os == "debian"
return "Debian / Ubuntu"
return "Linux (Deb)"
elsif os == "rpm"
return "CentOS / RedHat / Fedora"
return "Linux (RPM)"
elsif os == "windows"
return "Windows"
else