Index: chrome/browser/first_run_gtk.cc |
diff --git a/chrome/browser/first_run_gtk.cc b/chrome/browser/first_run_gtk.cc |
index 5447a3f5117afa1f84cacea1fc16c269645fcb5e..9525d91ac41209f840452ecec38a6dc6afbeed9c 100644 |
--- a/chrome/browser/first_run_gtk.cc |
+++ b/chrome/browser/first_run_gtk.cc |
@@ -30,7 +30,7 @@ void DialogResponseCallback(GtkDialog* dialog, gint response, |
void OpenFirstRunDialog(Profile* profile, ProcessSingleton* process_singleton) { |
#if defined(GOOGLE_CHROME_BUILD) |
GtkWidget* dialog = gtk_dialog_new_with_buttons( |
- "Google Chrome Alpha", |
+ "Google Chrome Dev Build", |
NULL, // No parent |
(GtkDialogFlags) (GTK_DIALOG_MODAL | GTK_DIALOG_NO_SEPARATOR), |
GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, |