| Index: chrome/browser/ui/views/translate/translate_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/translate/translate_bubble_view.cc b/chrome/browser/ui/views/translate/translate_bubble_view.cc
|
| index c7666c4c5774e9762dbcbf6ab49ef026d7e3da54..ade7664e1c60f3b24df0dc21ef2fbe402eac5e03 100644
|
| --- a/chrome/browser/ui/views/translate/translate_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/translate/translate_bubble_view.cc
|
| @@ -87,7 +87,7 @@ void TranslateBubbleView::ShowBubble(
|
| bool is_user_gesture) {
|
| if (translate_bubble_view_) {
|
| // When the user reads the advanced setting panel, the bubble should not be
|
| - // changed because he/she is focusing on the bubble.
|
| + // changed because they are focusing on the bubble.
|
| if (translate_bubble_view_->web_contents() == web_contents &&
|
| translate_bubble_view_->model()->GetViewState() ==
|
| TranslateBubbleModel::VIEW_STATE_ADVANCED) {
|
|
|