| Index: chrome/browser/resources/settings/people_page/camera.html
|
| diff --git a/chrome/browser/resources/settings/people_page/camera.html b/chrome/browser/resources/settings/people_page/camera.html
|
| index c0a8a5ac9d4ec08b3d62c5422945fe59840d7615..426cb6023df29c987bc89407ed53e04f79338ba7 100644
|
| --- a/chrome/browser/resources/settings/people_page/camera.html
|
| +++ b/chrome/browser/resources/settings/people_page/camera.html
|
| @@ -19,11 +19,11 @@
|
| </div>
|
| <div id="cameraControls">
|
| <paper-icon-button id="flipPhoto" tabindex="2"
|
| - icon="settings:flip" i18n-values="title:flipPhoto"
|
| + icon="settings:flip" title="$i18n{flipPhoto}"
|
| on-tap="onTapFlipPhoto_" disabled="[[!cameraOnline_]]">
|
| </paper-icon-button>
|
| <paper-icon-button id="takePhoto" tabindex="1"
|
| - icon="settings:camera-alt" i18n-values="title:takePhoto"
|
| + icon="settings:camera-alt" title="$i18n{takePhoto}"
|
| on-tap="takePhoto" disabled="[[!cameraOnline_]]">
|
| </paper-icon-button>
|
| </div>
|
|
|