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

Unified Diff: chrome/browser/first_run_gtk.cc

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.cc ('k') | chrome/browser/resources/linux-splash.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/first_run.cc ('k') | chrome/browser/resources/linux-splash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698