| Index: chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBar.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBar.java b/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBar.java
|
| index 03241fda758fd540437458d134bbee9705c41261..c2b44e82fcd2d256e5dc91740d811ecd0caf46c2 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBar.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBar.java
|
| @@ -111,7 +111,7 @@ public abstract class InfoBar implements InfoBarView {
|
| if (mView == null) return "";
|
| TextView messageView = (TextView) mView.findViewById(R.id.infobar_message);
|
| if (messageView == null) return "";
|
| - return messageView.getText() + mContext.getString(R.string.infobar_screen_position);
|
| + return messageView.getText() + mContext.getString(R.string.bottom_bar_screen_position);
|
| }
|
|
|
| /**
|
|
|