Index: chrome/browser/resources/linux-splash.html |
diff --git a/chrome/browser/resources/linux-splash.html b/chrome/browser/resources/linux-splash.html |
index 0a2c8935e5cf060f150407f9d61e237e4898dcc0..e24fc9dd5d8ba019b6ed7e1559246ee74ba1011b 100644 |
--- a/chrome/browser/resources/linux-splash.html |
+++ b/chrome/browser/resources/linux-splash.html |
@@ -1,7 +1,7 @@ |
<!DOCTYPE html> |
<html lang="en-US"> |
<head> |
- <title>Chromium Alpha Warning</title> |
+ <title>Chromium Dev Build Warning</title> |
<style> |
body { |
font-family: sans-serif; |
@@ -22,15 +22,16 @@ |
</head> |
<body> |
<center> |
- <h1>Chromium Alpha</h1> |
+ <h1>Chromium Dev Build</h1> |
</center> |
<div class="text"> |
- <p>This is an <i>alpha</i> build of Chromium on Linux. The following, |
- significant chunks of functionality are known to be missing:</p> |
+ <p>This is an <i>in-progress</i> build of Chromium 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> |