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

Unified Diff: chrome/browser/chromeos/login/network_selection_view.cc

Issue 4768001: Changed title of the first screen from "Welcome to Google Chrome OS" to "Let'... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/network_selection_view.cc
===================================================================
--- chrome/browser/chromeos/login/network_selection_view.cc (revision 65549)
+++ chrome/browser/chromeos/login/network_selection_view.cc (working copy)
@@ -337,8 +337,7 @@
delegate_->language_switch_menu()->GetCurrentLocaleName());
keyboards_menubutton_->SetText(
delegate_->keyboard_switch_menu()->GetCurrentKeyboardName());
- welcome_label_->SetText(l10n_util::GetStringF(IDS_NETWORK_SELECTION_TITLE,
- l10n_util::GetString(IDS_PRODUCT_OS_NAME)));
+ welcome_label_->SetText(l10n_util::GetString(IDS_NETWORK_SELECTION_TITLE));
select_language_label_->SetText(
l10n_util::GetString(IDS_LANGUAGE_SELECTION_SELECT));
select_keyboard_label_->SetText(
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698