Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6866)

Unified Diff: chrome/browser/resources/linux-splash.html

Issue 113978: linux: remove the word "Alpha" from all UI. (Closed)
Patch Set: more grammar Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/first_run_gtk.cc ('k') | chrome/browser/resources/linux-splash-chrome.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/browser/first_run_gtk.cc ('k') | chrome/browser/resources/linux-splash-chrome.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698