Chromium Code Reviews| Index: chrome/browser/ui/webui/options/personal_options_handler.cc |
| diff --git a/chrome/browser/ui/webui/options/personal_options_handler.cc b/chrome/browser/ui/webui/options/personal_options_handler.cc |
| index 9fe693ad0daaffe86be9a1379aa404fa03056485..5addd11d990f4645198825f83304c339d3c5694e 100644 |
| --- a/chrome/browser/ui/webui/options/personal_options_handler.cc |
| +++ b/chrome/browser/ui/webui/options/personal_options_handler.cc |
| @@ -183,7 +183,7 @@ void PersonalOptionsHandler::GetLocalizedValues( |
| localized_strings->SetString("syncsearchengines", |
| l10n_util::GetStringUTF16(IDS_SYNC_DATATYPE_SEARCH_ENGINES)); |
| localized_strings->SetString("syncsessions", |
| - l10n_util::GetStringUTF16(IDS_SYNC_DATATYPE_SESSIONS)); |
| + l10n_util::GetStringUTF16(IDS_SYNC_DATATYPE_TABS)); |
|
Nicolas Zea
2011/09/06 23:20:18
Same with this one, syncsessions doesn't seem to b
|
| #if defined(OS_CHROMEOS) |
| localized_strings->SetString("account", |