| Index: chrome/browser/resources/settings/settings.html
|
| diff --git a/chrome/browser/resources/settings/settings.html b/chrome/browser/resources/settings/settings.html
|
| index 2b210fcc197de2b1df3a5bb40f2fa813e0b99a8d..601874f79fdbc0f12930c8745029e1617bc8bb7e 100644
|
| --- a/chrome/browser/resources/settings/settings.html
|
| +++ b/chrome/browser/resources/settings/settings.html
|
| @@ -1,8 +1,8 @@
|
| <!doctype html>
|
| -<html i18n-values="dir:textdirection;lang:language">
|
| +<html dir="$i18n{textdirection}" lang="$i18n{language}">
|
| <head>
|
| <meta charset="utf-8">
|
| - <title i18n-content="settings"></title>
|
| + <title>$i18n{settings}</title>
|
| <base href="chrome://md-settings">
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| <link rel="import" href="chrome://md-settings/i18n_setup.html">
|
|
|