Minor text updates for LoadingBar and QuotesView.

This commit is contained in:
Ghazi Triki 2017-09-25 15:29:48 +01:00
parent aefb9a29f6
commit 0728ba8ae3
2 changed files with 1 additions and 2 deletions

View File

@ -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');
}

View File

@ -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();
}