Made requested changes to About dialog.

Removed dash from "open source"
Fixed missing and unecessary periods.
This commit is contained in:
Marcus Llewellyn 2020-01-12 12:47:17 -06:00
parent 074e9f711a
commit 96dc01fcc6

View file

@ -45,7 +45,7 @@ Rectangle {
} }
Item { height: 10; width: 1 } Item { height: 10; width: 1 }
RalewayRegular { RalewayRegular {
text: "An open-source virtual reality platform." text: "An open source virtual reality platform."
size: 20 size: 20
color: "white" color: "white"
} }
@ -116,12 +116,12 @@ Rectangle {
Item { height: 20; width: 1 } Item { height: 20; width: 1 }
RalewayRegular { RalewayRegular {
color: "white" color: "white"
text: "© 2019 - 2020 Project Athena Contributors" text: "© 2019 - 2020 Project Athena Contributors."
size: 14 size: 14
} }
RalewayRegular { RalewayRegular {
color: "white" color: "white"
text: "© 2012 - 2019 High Fidelity, Inc.. All rights reserved." text: "© 2012 - 2019 High Fidelity, Inc. All rights reserved."
size: 14 size: 14
} }
RalewayRegular { RalewayRegular {