diff --git a/tools/droiddoc/templates-sdk/components/masthead.cs b/tools/droiddoc/templates-sdk/components/masthead.cs
index d0ff64d054..1a5583edc3 100644
--- a/tools/droiddoc/templates-sdk/components/masthead.cs
+++ b/tools/droiddoc/templates-sdk/components/masthead.cs
@@ -92,7 +92,7 @@
ja-lang="リファレンス"
es-lang="Referencia"
>Reference
-
Tools
-
Google Services
@@ -155,7 +154,7 @@
ja-lang="リファレンス"
es-lang="Referencia"
>Reference
- DOWNLOAD FOR OTHER PLATFORMS
+ >VIEW ALL DOWNLOADS AND SIZES
@@ -430,12 +430,12 @@ var:sdk.linux_download
/* set up primary adt download button */
$('#download-bundle-button').show();
- $('#download-bundle-button').append("Download the SDK
with the Eclipse ADT Bundle for " + os + "");
+ $('#download-bundle-button').append("Download Eclipse ADT
with the Android SDK for " + os + "");
$('#download-bundle-button').click(function() {return onDownload(this,true,true);}).attr('href', bundlename);
/* set up sdk tools only button */
$('#download-tools-button').show();
- $('#download-tools-button').append("Download the SDK Tools for " + os);
+ $('#download-tools-button').append("Download the stand-alone Android SDK Tools for " + os);
$('#download-tools-button').click(function() {return onDownload(this,true);}).attr('href', $toolslink.attr('href'));
} else {
$('.pax').show();