Minor text updates for LoadingBar and QuotesView.
This commit is contained in:
parent
aefb9a29f6
commit
0728ba8ae3
@ -90,7 +90,6 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
private function testRTMP(e:PortTestEvent):void {
|
||||
//- Cannot get locale string this early in loading process
|
||||
portUpdateStr += "."
|
||||
this.label = portUpdateStr; //ResourceUtil.getInstance().getString('bbb.mainshell.statusProgress.connecting');
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
quote = "Neil Armstrong"
|
||||
}
|
||||
quoteLabel.text = "“ " + quote + " ”";
|
||||
quoteAttribution.text = "- " + attribution;
|
||||
quoteAttribution.text = attribution;
|
||||
dissolveIn.play();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user