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

Side by Side 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, 6 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html lang="en-US"> 2 <html lang="en-US">
3 <head> 3 <head>
4 <title>Chromium Alpha Warning</title> 4 <title>Chromium Dev Build Warning</title>
5 <style> 5 <style>
6 body { 6 body {
7 font-family: sans-serif; 7 font-family: sans-serif;
8 font-size: 0.8em; 8 font-size: 0.8em;
9 margin: 2em 4em; 9 margin: 2em 4em;
10 } 10 }
11 11
12 div.text { 12 div.text {
13 max-width: 60ex; 13 max-width: 60ex;
14 } 14 }
15 15
16 div.stopcorner { 16 div.stopcorner {
17 border-style: solid; 17 border-style: solid;
18 border-color: red white; 18 border-color: red white;
19 width: 50px; 19 width: 50px;
20 } 20 }
21 </style> 21 </style>
22 </head> 22 </head>
23 <body> 23 <body>
24 <center> 24 <center>
25 <h1>Chromium Alpha</h1> 25 <h1>Chromium Dev Build</h1>
26 </center> 26 </center>
27 27
28 <div class="text"> 28 <div class="text">
29 29
30 <p>This is an <i>alpha</i> build of Chromium on Linux. The following, 30 <p>This is an <i>in-progress</i> build of Chromium on Linux. The
31 significant chunks of functionality are known to be missing:</p> 31 following significant chunks of functionality are known to be
32 missing:</p>
32 <ul> 33 <ul>
33 <li>Plugins, inc Flash (so no YouTube, Hulu etc)</li> 34 <li>Plugins, including Flash (so no YouTube, Hulu, etc.)</li>
34 <li>Printing</li> 35 <li>Printing</li>
35 <li>Complex text</li> 36 <li>Complex text</li>
36 <li>Complex tab dragging</li> 37 <li>Complex tab dragging</li>
37 <li>Gears support</li> 38 <li>Gears support</li>
38 </ul> 39 </ul>
39 40
40 <p>Other parts of the browser are notably incomplete, poorly tuned and 41 <p>Other parts of the browser are notably incomplete, poorly tuned and
41 broken. User beware!</p> 42 broken. User beware!</p>
42 43
43 <h3>&lsquo;Chromium&rsquo; <i>vs</i> &lsquo;Google Chrome&rsquo;</h3> 44 <h3>&lsquo;Chromium&rsquo; <i>vs</i> &lsquo;Google Chrome&rsquo;</h3>
(...skipping 21 matching lines...) Expand all
65 66
66 <p>Chromium is an open source project, and you are welcome to help out. We 67 <p>Chromium is an open source project, and you are welcome to help out. We
67 have <a href="http://dev.chromium.org/">documentation for developers</a> as 68 have <a href="http://dev.chromium.org/">documentation for developers</a> as
68 well as mailing lists and an IRC channel.</p> 69 well as mailing lists and an IRC channel.</p>
69 70
70 </div> 71 </div>
71 72
72 <p></p> 73 <p></p>
73 </body> 74 </body>
74 </html> 75 </html>
OLDNEW
« 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