diff options
Diffstat (limited to 'chrome/browser/resources/options/chromeos_system_options.html')
-rw-r--r-- | chrome/browser/resources/options/chromeos_system_options.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/options/chromeos_system_options.html b/chrome/browser/resources/options/chromeos_system_options.html index 0035341..e43b40a 100644 --- a/chrome/browser/resources/options/chromeos_system_options.html +++ b/chrome/browser/resources/options/chromeos_system_options.html @@ -7,6 +7,7 @@ <td class="option-name" i18n-content="timezone"></td> <td class="option-value"> <select id="timezone-select" class="control" + i18n-options="timezoneList" pref="cros.system.timezone"></select> </td> </tr> |