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

Unified Diff: chrome/app/generated_resources.grd

Issue 1415243004: Separate origin from explanation in HTTP Auth dialogs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/login/login_prompt.h » ('j') | chrome/browser/ui/login/login_prompt.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index d453307eb03245193d5f3d3de93dbee7bc2af16e..c402fac5be1a1f8dfcfeec6442b7bd43739fa436 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3425,11 +3425,11 @@ Even if you have downloaded files from this website before, the website might ha
<message name="IDS_LOGIN_DIALOG_TITLE" desc="String to be displayed in the title bar of the login prompt dialog" formatter_data="android_java">
Authentication Required
</message>
- <message name="IDS_LOGIN_DIALOG_DESCRIPTION" desc="String to be displayed in the login prompt dialog to explain what the user needs to do">
- The server <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a username and password. The server says: <ph name="REALM">$2<ex>opaque string</ex></ph>.
+ <message name="IDS_LOGIN_DIALOG_AUTHORITY" desc="String to be displayed in the login prompt dialog to explain what the user needs to do">
+ <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a username and password.
</message>
- <message name="IDS_LOGIN_DIALOG_DESCRIPTION_NO_REALM" desc="String to be displayed in the login prompt dialog to explain what the user needs to do">
- The server <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a username and password.
+ <message name="IDS_LOGIN_DIALOG_DESCRIPTION" desc="String to be displayed in the login prompt dialog to explain what the user needs to do">
+ The site says: "<ph name="REALM">$1<ex>opaque string</ex></ph>."
</message>
<message name="IDS_LOGIN_DIALOG_USERNAME_FIELD" desc="The label of the username field in the login prompt dialog" formatter_data="android_java">
User Name:
« no previous file with comments | « no previous file | chrome/browser/ui/login/login_prompt.h » ('j') | chrome/browser/ui/login/login_prompt.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698