| Index: remoting/webapp/me2mom/remoting.js
|
| diff --git a/remoting/webapp/me2mom/remoting.js b/remoting/webapp/me2mom/remoting.js
|
| index 79589630d71eb217edf60f20e48f018dce336015..ae99b3dae3563729aadc4ad61819c288407d8990 100644
|
| --- a/remoting/webapp/me2mom/remoting.js
|
| +++ b/remoting/webapp/me2mom/remoting.js
|
| @@ -332,6 +332,9 @@ function onStateChanged_() {
|
| remoting.cancelShare();
|
| }
|
| } else if (state == plugin.CONNECTED) {
|
| + var element = document.getElementById('host-shared-message');
|
| + var client = plugin.client;
|
| + l10n.localizeElement(element, client);
|
| remoting.setMode(remoting.AppMode.HOST_SHARED);
|
| disableTimeoutCountdown_();
|
| } else if (state == plugin.DISCONNECTED) {
|
|
|