Fixing the javascript alert window title for being translated completely.

BUG=101381,77451
TEST=Occurs after the corresponding translations are made.

Review URL: https://chromiumcodereview.appspot.com/10855219

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152409 0039d316-1c4b-4281-b951-d872f2087c98
parent 043f3a84
...@@ -6408,8 +6408,7 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -6408,8 +6408,7 @@ Keep your key file in a safe place. You will need it to create new versions of y
JavaScript JavaScript
</message> </message>
<message name="IDS_JAVASCRIPT_ALERT_TITLE" desc="Title for JavaScript alert originating from a webpage"> <message name="IDS_JAVASCRIPT_ALERT_TITLE" desc="Title for JavaScript alert originating from a webpage">
The page at <ph name="SITE">$1<ex>http://www.google.com</ex> says: The page at <ph name="SITE">$1<ex>http://www.google.com</ex></ph> says:
</ph>
</message> </message>
<message name="IDS_JAVASCRIPT_MESSAGEBOX_TITLE" desc="Title for JavaScript prompt and confirm originating from a webpage"> <message name="IDS_JAVASCRIPT_MESSAGEBOX_TITLE" desc="Title for JavaScript prompt and confirm originating from a webpage">
The page at <ph name="SITE">$1<ex>http://www.google.com</ex></ph> says: The page at <ph name="SITE">$1<ex>http://www.google.com</ex></ph> says:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment