From 96dc01fcc6435235b3ee5dd42bc5521c7bf9f2a0 Mon Sep 17 00:00:00 2001 From: Marcus Llewellyn Date: Sun, 12 Jan 2020 12:47:17 -0600 Subject: [PATCH] Made requested changes to About dialog. Removed dash from "open source" Fixed missing and unecessary periods. --- interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml b/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml index 821879139b..2be66442ce 100644 --- a/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml +++ b/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml @@ -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 {