Always use JavaScript as opposed to Javascript in UI strings

BUG=105871


Review URL: http://codereview.chromium.org/8742019

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112281 0039d316-1c4b-4281-b951-d872f2087c98
parent 53a2e0e7
...@@ -5204,18 +5204,18 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -5204,18 +5204,18 @@ Keep your key file in a safe place. You will need it to create new versions of y
No such file or directory No such file or directory
</message> </message>
<!-- Javascript Dialog Box strings --> <!-- JavaScript Dialog Box strings -->
<message name="IDS_JAVASCRIPT_ALERT_DEFAULT_TITLE" desc="Title for Javascript alert originating from a webpage if there is no hostname to display"> <message name="IDS_JAVASCRIPT_ALERT_DEFAULT_TITLE" desc="Title for JavaScript alert originating from a webpage if there is no hostname to display">
Javascript Alert JavaScript Alert
</message> </message>
<message name="IDS_JAVASCRIPT_MESSAGEBOX_DEFAULT_TITLE" desc="Title for Javascript prompt and confirm originating from a webpage if there is no hostname to display"> <message name="IDS_JAVASCRIPT_MESSAGEBOX_DEFAULT_TITLE" desc="Title for JavaScript prompt and confirm originating from a webpage if there is no hostname to display">
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> says:
</ph> </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:
</message> </message>
<message name="IDS_JAVASCRIPT_MESSAGEBOX_SUPPRESS_OPTION" desc="Optional UI shown on the message box, in the form of a checkbox, allowing the user to suppress additional message boxes from the page."> <message name="IDS_JAVASCRIPT_MESSAGEBOX_SUPPRESS_OPTION" desc="Optional UI shown on the message box, in the form of a checkbox, allowing the user to suppress additional message boxes from the page.">
......
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