| Index: chrome/browser/ui/views/about_chrome_view.cc
|
| diff --git a/chrome/browser/ui/views/about_chrome_view.cc b/chrome/browser/ui/views/about_chrome_view.cc
|
| index eef92a7df5ef5554b0184f8572b1dbacc8b85f6a..0e63b387192e2d43f2a476db34c9ecd36bf0327b 100644
|
| --- a/chrome/browser/ui/views/about_chrome_view.cc
|
| +++ b/chrome/browser/ui/views/about_chrome_view.cc
|
| @@ -212,7 +212,7 @@ void AboutChromeView::Init() {
|
| main_text_label_ = new views::Label(string16());
|
|
|
| // Figure out what to write in the main label of the About box.
|
| - string16 text = l10n_util::GetStringUTF16(IDS_ABOUT_VERSION_LICENSE);
|
| + string16 text = l10n_util::GetStringUTF16(IDS_ABOUT_OLD_VERSION_LICENSE);
|
|
|
| chromium_url_appears_first_ =
|
| text.find(kBeginLinkChr()) < text.find(kBeginLinkOss());
|
|
|