Index: chrome/browser/resources/linux-splash-chrome.html |
diff --git a/chrome/browser/resources/linux-splash-chrome.html b/chrome/browser/resources/linux-splash-chrome.html |
index 9f12858ea6524d3cd4ccdad38465634f054eb1a7..ee8b5519fc0461715100ee9398e0584647cd5f12 100644 |
--- a/chrome/browser/resources/linux-splash-chrome.html |
+++ b/chrome/browser/resources/linux-splash-chrome.html |
@@ -1,7 +1,7 @@ |
<!DOCTYPE html> |
<html lang="en-US"> |
<head> |
- <title>Google Chrome Alpha Warning</title> |
+ <title>Google Chrome Dev Build Warning</title> |
<style> |
body { |
font-family: sans-serif; |
@@ -22,15 +22,16 @@ |
</head> |
<body> |
<center> |
- <h1>Google Chrome Alpha</h1> |
+ <h1>Google Chrome Dev Build</h1> |
</center> |
<div class="text"> |
- <p>This is an <i>alpha</i> build of Google Chrome on Linux. The following, |
- significant chunks of functionality are known to be missing:</p> |
+ <p>This is an <i>in-progress</i> build of Google Chrome on |
+ Linux. The following significant chunks of functionality are |
+ known to be missing:</p> |
<ul> |
- <li>Plugins, inc Flash (so no YouTube, Hulu etc)</li> |
+ <li>Plugins, including Flash (so no YouTube, Hulu, etc.)</li> |
<li>Printing</li> |
<li>Complex text</li> |
<li>Complex tab dragging</li> |