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

Unified Diff: chrome/browser/resources/options/content_settings.html

Issue 3429028: DOMUI: Fix a typo that caused a text to be shown as 'undefined'. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: Created 10 years, 3 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/resources/options/content_settings.html
diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html
index 3d57e9f7f929a3ddcfc3e5d59576baef7b1a7365..c33dcc0aeceaf8a094d9dc2f59bb1fb16f38d407 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -111,7 +111,7 @@
<tr>
<td class="option-name"><label>
<input type="radio" name="javascript" value="block">
- <span i18n-content="javscript_block"></span>
+ <span i18n-content="javascript_block"></span>
</label></td>
</tr>
</table>
« 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