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

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

Issue 6303008: [cros] Update OOBE network error message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | « no previous file | 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_screen.cc
diff --git a/chrome/browser/chromeos/login/network_screen.cc b/chrome/browser/chromeos/login/network_screen.cc
index 579687ea399d576e6ec2949a2fab44a8f709ba8d..6c8fcea6b0cbb7de4f17d57e5a08be63c8f01636 100644
--- a/chrome/browser/chromeos/login/network_screen.cc
+++ b/chrome/browser/chromeos/login/network_screen.cc
@@ -161,8 +161,7 @@ void NetworkScreen::OnConnectionTimeout() {
IDS_NETWORK_SELECTION_ERROR,
l10n_util::GetStringUTF16(IDS_PRODUCT_OS_NAME),
network_id_)),
- UTF16ToWide(
- l10n_util::GetStringUTF16(IDS_NETWORK_SELECTION_ERROR_HELP)),
+ UTF16ToWide(l10n_util::GetStringUTF16(IDS_LEARN_MORE)),
this);
network_control->RequestFocus();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698