mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 18:02:13 +02:00
Made requested changes to About dialog.
Removed dash from "open source" Fixed missing and unecessary periods.
This commit is contained in:
parent
074e9f711a
commit
96dc01fcc6
1 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@ Rectangle {
|
|||
}
|
||||
Item { height: 10; width: 1 }
|
||||
RalewayRegular {
|
||||
text: "An open-source virtual reality platform."
|
||||
text: "An open source virtual reality platform."
|
||||
size: 20
|
||||
color: "white"
|
||||
}
|
||||
|
@ -116,12 +116,12 @@ Rectangle {
|
|||
Item { height: 20; width: 1 }
|
||||
RalewayRegular {
|
||||
color: "white"
|
||||
text: "© 2019 - 2020 Project Athena Contributors"
|
||||
text: "© 2019 - 2020 Project Athena Contributors."
|
||||
size: 14
|
||||
}
|
||||
RalewayRegular {
|
||||
color: "white"
|
||||
text: "© 2012 - 2019 High Fidelity, Inc.. All rights reserved."
|
||||
text: "© 2012 - 2019 High Fidelity, Inc. All rights reserved."
|
||||
size: 14
|
||||
}
|
||||
RalewayRegular {
|
||||
|
|
Loading…
Reference in a new issue