diff options
-rw-r--r-- | chrome/common/extensions/docs/api_other.html | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/i18n.html | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/override.html | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/api_other.html | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/i18n.html | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/override.html | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/chrome/common/extensions/docs/api_other.html b/chrome/common/extensions/docs/api_other.html index c1ef26b..be3eb16 100644 --- a/chrome/common/extensions/docs/api_other.html +++ b/chrome/common/extensions/docs/api_other.html @@ -327,7 +327,7 @@ E.g. window.open(someUrl). --></dd> <ul> <li> audio (<a href="http://www.html5rocks.com/tutorials/audio/quick/">tutorial</a>) </li> - <li> app cache + <li> application cache (<a href="http://www.html5rocks.com/tutorials/appcache/beginner/">tutorial</a>) </li> <li> canvas </li> <li> geolocation diff --git a/chrome/common/extensions/docs/i18n.html b/chrome/common/extensions/docs/i18n.html index 6809923..7659aed 100644 --- a/chrome/common/extensions/docs/i18n.html +++ b/chrome/common/extensions/docs/i18n.html @@ -767,7 +767,7 @@ Here's how to change the locale using the UI on Google Chrome for Windows: </p> <ol> - <li> Tools menu (wrench) > <b>Options</b> </li> + <li> Wrench icon > <b>Options</b> </li> <li> Choose the <b>Under the Hood</b> tab </li> <li> Scroll down to <b>Web Content</b> </li> <li> Click <b>Change font and language settings</b> </li> diff --git a/chrome/common/extensions/docs/override.html b/chrome/common/extensions/docs/override.html index d1236c9..df61580 100644 --- a/chrome/common/extensions/docs/override.html +++ b/chrome/common/extensions/docs/override.html @@ -339,7 +339,7 @@ An extension can replace any one of the following pages: <li> <b>Bookmark Manager:</b> The page that appears when the user chooses the Bookmark Manager menu item - from the Tools (wrench) menu or, on Mac, + from the wrench menu or, on Mac, the Bookmark Manager item from the Bookmarks menu. You can also get to this page by entering the URL <b>chrome://bookmarks</b>. diff --git a/chrome/common/extensions/docs/static/api_other.html b/chrome/common/extensions/docs/static/api_other.html index 95bf464..e9ba86f 100644 --- a/chrome/common/extensions/docs/static/api_other.html +++ b/chrome/common/extensions/docs/static/api_other.html @@ -36,7 +36,7 @@ E.g. window.open(someUrl). --></dd> <ul> <li> audio (<a href="http://www.html5rocks.com/tutorials/audio/quick/">tutorial</a>) </li> - <li> app cache + <li> application cache (<a href="http://www.html5rocks.com/tutorials/appcache/beginner/">tutorial</a>) </li> <li> canvas </li> <li> geolocation diff --git a/chrome/common/extensions/docs/static/i18n.html b/chrome/common/extensions/docs/static/i18n.html index 207ab3e..c56abc6 100644 --- a/chrome/common/extensions/docs/static/i18n.html +++ b/chrome/common/extensions/docs/static/i18n.html @@ -462,7 +462,7 @@ Here's how to change the locale using the UI on Google Chrome for Windows: </p> <ol> - <li> Tools menu (wrench) > <b>Options</b> </li> + <li> Wrench icon > <b>Options</b> </li> <li> Choose the <b>Under the Hood</b> tab </li> <li> Scroll down to <b>Web Content</b> </li> <li> Click <b>Change font and language settings</b> </li> diff --git a/chrome/common/extensions/docs/static/override.html b/chrome/common/extensions/docs/static/override.html index a04b5de..6a4848d 100644 --- a/chrome/common/extensions/docs/static/override.html +++ b/chrome/common/extensions/docs/static/override.html @@ -34,7 +34,7 @@ An extension can replace any one of the following pages: <li> <b>Bookmark Manager:</b> The page that appears when the user chooses the Bookmark Manager menu item - from the Tools (wrench) menu or, on Mac, + from the wrench menu or, on Mac, the Bookmark Manager item from the Bookmarks menu. You can also get to this page by entering the URL <b>chrome://bookmarks</b>. |