diff --git a/bigbluebutton-client/locale/en_US/bbbResources.properties b/bigbluebutton-client/locale/en_US/bbbResources.properties
index 09e77e1434fb9d21551c7b37d9225f0209436aea..b2da92322dc4b84077e1593b3337a206ee21dd18 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 bd99178adc30eb9efca1debbe2dd06f8615e4e76..654fdebb34bcc54aeb60141b9ebc835901060f42 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">