Commit 666989ab authored by evan@chromium.org's avatar evan@chromium.org

linux: remove the word "Alpha" from all UI.

It mostly confuses the press.

Review URL: http://codereview.chromium.org/113978

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17137 0039d316-1c4b-4281-b951-d872f2087c98
parent f7772088
...@@ -25,7 +25,7 @@ const char kSentinelFile[] = "First Run"; ...@@ -25,7 +25,7 @@ const char kSentinelFile[] = "First Run";
// On other platforms de intentionally use a different file name, so // On other platforms de intentionally use a different file name, so
// when the remainder of this file is implemented, we can switch to // when the remainder of this file is implemented, we can switch to
// the proper file name and users will get the first run interface again. // the proper file name and users will get the first run interface again.
const char kSentinelFile[] = "First Run Alpha"; const char kSentinelFile[] = "First Run Dev";
#endif #endif
// Gives the full path to the sentinel file. The file might not exist. // Gives the full path to the sentinel file. The file might not exist.
...@@ -43,7 +43,7 @@ bool GetFirstRunSentinelFilePath(FilePath* path) { ...@@ -43,7 +43,7 @@ bool GetFirstRunSentinelFilePath(FilePath* path) {
return false; return false;
} }
#else #else
// TODO(port): logic as above. Not important for our "First Run Alpha" file. // TODO(port): logic as above. Not important for our "First Run Dev" file.
if (!PathService::Get(chrome::DIR_USER_DATA, &first_run_sentinel)) if (!PathService::Get(chrome::DIR_USER_DATA, &first_run_sentinel))
return false; return false;
#endif #endif
......
...@@ -30,7 +30,7 @@ void DialogResponseCallback(GtkDialog* dialog, gint response, ...@@ -30,7 +30,7 @@ void DialogResponseCallback(GtkDialog* dialog, gint response,
void OpenFirstRunDialog(Profile* profile, ProcessSingleton* process_singleton) { void OpenFirstRunDialog(Profile* profile, ProcessSingleton* process_singleton) {
#if defined(GOOGLE_CHROME_BUILD) #if defined(GOOGLE_CHROME_BUILD)
GtkWidget* dialog = gtk_dialog_new_with_buttons( GtkWidget* dialog = gtk_dialog_new_with_buttons(
"Google Chrome Alpha", "Google Chrome Dev Build",
NULL, // No parent NULL, // No parent
(GtkDialogFlags) (GTK_DIALOG_MODAL | GTK_DIALOG_NO_SEPARATOR), (GtkDialogFlags) (GTK_DIALOG_MODAL | GTK_DIALOG_NO_SEPARATOR),
GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, GTK_STOCK_OK, GTK_RESPONSE_ACCEPT,
......
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-US"> <html lang="en-US">
<head> <head>
<title>Google Chrome Alpha Warning</title> <title>Google Chrome Dev Build Warning</title>
<style> <style>
body { body {
font-family: sans-serif; font-family: sans-serif;
...@@ -22,15 +22,16 @@ ...@@ -22,15 +22,16 @@
</head> </head>
<body> <body>
<center> <center>
<h1>Google Chrome Alpha</h1> <h1>Google Chrome Dev Build</h1>
</center> </center>
<div class="text"> <div class="text">
<p>This is an <i>alpha</i> build of Google Chrome on Linux. The following, <p>This is an <i>in-progress</i> build of Google Chrome on
significant chunks of functionality are known to be missing:</p> Linux. The following significant chunks of functionality are
known to be missing:</p>
<ul> <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>Printing</li>
<li>Complex text</li> <li>Complex text</li>
<li>Complex tab dragging</li> <li>Complex tab dragging</li>
......
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-US"> <html lang="en-US">
<head> <head>
<title>Chromium Alpha Warning</title> <title>Chromium Dev Build Warning</title>
<style> <style>
body { body {
font-family: sans-serif; font-family: sans-serif;
...@@ -22,15 +22,16 @@ ...@@ -22,15 +22,16 @@
</head> </head>
<body> <body>
<center> <center>
<h1>Chromium Alpha</h1> <h1>Chromium Dev Build</h1>
</center> </center>
<div class="text"> <div class="text">
<p>This is an <i>alpha</i> build of Chromium on Linux. The following, <p>This is an <i>in-progress</i> build of Chromium on Linux. The
significant chunks of functionality are known to be missing:</p> following significant chunks of functionality are known to be
missing:</p>
<ul> <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>Printing</li>
<li>Complex text</li> <li>Complex text</li>
<li>Complex tab dragging</li> <li>Complex tab dragging</li>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment