| Index: chrome/browser/resources/options2/browser_options.html
|
| ===================================================================
|
| --- chrome/browser/resources/options2/browser_options.html (revision 124710)
|
| +++ chrome/browser/resources/options2/browser_options.html (working copy)
|
| @@ -110,7 +110,7 @@
|
| <select id="home-page-select">
|
| <option value="none" i18n-content="homePageNone"></option>
|
| <option value="ntp" i18n-content="homePageNtp"></option>
|
| - <option value="url"></option>
|
| + <option dir="ltr" value="url"></option>
|
| <option value="choose" i18n-content="homePageChoose"></option>
|
| </select>
|
| </div>
|
|
|