| 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 9c489962ec512e589e352e29b4f73d58629edd45..1c1f45b3e7e74989395b20ce46afd96821e10c5d 100644
 | 
| --- a/chrome/browser/resources/options/content_settings.html
 | 
| +++ b/chrome/browser/resources/options/content_settings.html
 | 
| @@ -29,7 +29,7 @@
 | 
|            i18n-content="flash_storage_settings" target="_blank"></a>
 | 
|  
 | 
|        <button class="exceptionsListButton" contentType="cookies"
 | 
| -              i18n-content="manage_exceptions"></button>
 | 
| +          i18n-content="manage_exceptions"></button>
 | 
|     </div>
 | 
|    </section>
 | 
|  
 | 
| @@ -47,7 +47,7 @@
 | 
|        </label>
 | 
|  
 | 
|        <button class="exceptionsListButton" contentType="images"
 | 
| -              i18n-content="manage_exceptions"></button>
 | 
| +          i18n-content="manage_exceptions"></button>
 | 
|      </div>
 | 
|    </section>
 | 
|  
 | 
| @@ -65,7 +65,7 @@
 | 
|        </label>
 | 
|  
 | 
|        <button class="exceptionsListButton" contentType="javascript"
 | 
| -              i18n-content="manage_exceptions"></button>
 | 
| +          i18n-content="manage_exceptions"></button>
 | 
|      </div>
 | 
|    </section>
 | 
|  
 | 
| @@ -87,7 +87,7 @@
 | 
|        </label>
 | 
|  
 | 
|        <button class="exceptionsListButton" contentType="plugins"
 | 
| -              i18n-content="manage_exceptions"></button>
 | 
| +          i18n-content="manage_exceptions"></button>
 | 
|  
 | 
|        <a i18n-content="disable_individual_plugins" id="plugins-tab" href="#"></a>
 | 
|      </div>
 | 
| @@ -107,7 +107,7 @@
 | 
|        </label>
 | 
|  
 | 
|        <button class="exceptionsListButton" contentType="popups"
 | 
| -              i18n-content="manage_exceptions"></button>
 | 
| +          i18n-content="manage_exceptions"></button>
 | 
|      </div>
 | 
|    </section>
 | 
|  
 | 
| @@ -129,7 +129,7 @@
 | 
|        </label>
 | 
|  
 | 
|        <button class="exceptionsListButton" contentType="location"
 | 
| -              i18n-content="manage_exceptions"></button>
 | 
| +          i18n-content="manage_exceptions"></button>
 | 
|      </div>
 | 
|    </section>
 | 
|  
 | 
| @@ -151,7 +151,7 @@
 | 
|        </label>
 | 
|  
 | 
|        <button class="exceptionsListButton" contentType="notifications"
 | 
| -              i18n-content="manage_exceptions"></button>
 | 
| +          i18n-content="manage_exceptions"></button>
 | 
|      </div>
 | 
|    </section>
 | 
|  </div>
 | 
| 
 |