From 5906b771dd1775f887d39f72b27ce6bbc0f87260 Mon Sep 17 00:00:00 2001
From: Richard Alam <ritzalam@gmail.com>
Date: Thu, 24 Jun 2010 10:36:09 -0400
Subject: [PATCH]  - add note to clear browser cache if loading of modules
 hangs

---
 bigbluebutton-client/locale/en_US/bbbResources.properties       | 2 +-
 .../main/view/components/MainApplicationShell.mxml              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bigbluebutton-client/locale/en_US/bbbResources.properties b/bigbluebutton-client/locale/en_US/bbbResources.properties
index 09e77e1434..b2da92322d 100755
--- a/bigbluebutton-client/locale/en_US/bbbResources.properties
+++ b/bigbluebutton-client/locale/en_US/bbbResources.properties
@@ -6,7 +6,7 @@ bbb.pageTitle = BigBlueButton
 bbb.mainshell.statusInfo = Please wait while we load {0} modules: 
 bbb.mainshell.statusInfo.loaded = {0}(loaded) 
 bbb.mainshell.statusInfo.testRTMPConnection = Please wait while we test your connection to the server.
-bbb.mainshell.statusInfo2.testRTMPConnection = This may take a minute or two.
+bbb.mainshell.statusInfo2 = NOTE: If the loading stops, please clear your browser's cache and try again.
 bbb.mainshell.statusProgress.testRTMPConnection = Connecting to RTMP://{0}:1935/{1}.
 bbb.mainshell.statusProgress.testRTMPTConnection = Connecting to RTMPT://{0}:80/{1}.
 bbb.mainshell.statusProgress.loading = Loading: 
diff --git a/bigbluebutton-client/src/org/bigbluebutton/main/view/components/MainApplicationShell.mxml b/bigbluebutton-client/src/org/bigbluebutton/main/view/components/MainApplicationShell.mxml
index bd99178adc..654fdebb34 100755
--- a/bigbluebutton-client/src/org/bigbluebutton/main/view/components/MainApplicationShell.mxml
+++ b/bigbluebutton-client/src/org/bigbluebutton/main/view/components/MainApplicationShell.mxml
@@ -178,7 +178,7 @@
 			effectsLib="{flexlib.mdi.effects.effectsLib.MDIVistaEffects}"
 			width="100%" height="100%">		
 			<mx:Label x="200" y="400" id="statusInfo" text="{ResourceUtil.getInstance().getString('bbb.mainshell.statusInfo',[numberOfModules])}"/>
-			<mx:Label x="200" y="420" id="statusInfo2"/>
+			<mx:Label x="200" y="420" id="statusInfo2" text="{ResourceUtil.getInstance().getString('bbb.mainshell.statusInfo2')}"/>
 			<mx:Label x="200" y="440" id="statusProgress" text="{ResourceUtil.getInstance().getString('bbb.mainshell.statusProgress.loading')}"/>
 		</main:MainCanvas>	
 	 	<mx:ControlBar width="100%" height="20" paddingTop="0">		
-- 
GitLab