From ddbed5e702baf99d61fc3c97574a31428863acae Mon Sep 17 00:00:00 2001 From: Kasen IO Date: Fri, 17 Jul 2020 04:24:47 -0400 Subject: [PATCH 1/3] Update the connection failure dialog 'go to' -> 'explore' --- interface/resources/qml/ConnectionFailureDialog.qml | 2 +- .../resources/qml/dialogs/TabletConnectionFailureDialog.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/resources/qml/ConnectionFailureDialog.qml b/interface/resources/qml/ConnectionFailureDialog.qml index 0d5bdfd38d..9e9a59a14a 100644 --- a/interface/resources/qml/ConnectionFailureDialog.qml +++ b/interface/resources/qml/ConnectionFailureDialog.qml @@ -7,7 +7,7 @@ MessageDialog { objectName: "ConnectionFailureDialog" title: "No Connection" - text: "Unable to connect to this domain. Click the 'GO TO' button on the toolbar to visit another domain." + text: "Unable to connect to this domain. Click the 'Explore' button on the toolbar to visit another domain." buttons: OriginalDialogs.StandardButton.Ok icon: OriginalDialogs.StandardIcon.Warning defaultButton: OriginalDialogs.StandardButton.NoButton; diff --git a/interface/resources/qml/dialogs/TabletConnectionFailureDialog.qml b/interface/resources/qml/dialogs/TabletConnectionFailureDialog.qml index 544824135e..125a3697ea 100644 --- a/interface/resources/qml/dialogs/TabletConnectionFailureDialog.qml +++ b/interface/resources/qml/dialogs/TabletConnectionFailureDialog.qml @@ -19,7 +19,7 @@ Item { buttons: OriginalDialogs.StandardButton.Ok, defaultButton: OriginalDialogs.StandardButton.NoButton, title: "No Connection", - text: "Unable to connect to this domain. Click the 'GO TO' button on the toolbar to visit another domain." + text: "Unable to connect to this domain. Click the 'Explore' button on the toolbar to visit another domain." }); object.selected.connect(function(button) { if (button === OriginalDialogs.StandardButton.Ok) { From a9738550853b3b6bea542f22ef62e5be302536ac Mon Sep 17 00:00:00 2001 From: kasenvr <52365539+kasenvr@users.noreply.github.com> Date: Sat, 18 Jul 2020 14:25:50 -0400 Subject: [PATCH 2/3] Update ConnectionFailureDialog.qml --- interface/resources/qml/ConnectionFailureDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/ConnectionFailureDialog.qml b/interface/resources/qml/ConnectionFailureDialog.qml index 9e9a59a14a..ab1e7a096c 100644 --- a/interface/resources/qml/ConnectionFailureDialog.qml +++ b/interface/resources/qml/ConnectionFailureDialog.qml @@ -7,7 +7,7 @@ MessageDialog { objectName: "ConnectionFailureDialog" title: "No Connection" - text: "Unable to connect to this domain. Click the 'Explore' button on the toolbar to visit another domain." + text: "Unable to connect to this domain. Click the 'EXPLORE' button on the toolbar to visit another domain." buttons: OriginalDialogs.StandardButton.Ok icon: OriginalDialogs.StandardIcon.Warning defaultButton: OriginalDialogs.StandardButton.NoButton; From de082ce61d082b2aa821d4bb76bdf4057be8a470 Mon Sep 17 00:00:00 2001 From: kasenvr <52365539+kasenvr@users.noreply.github.com> Date: Sat, 18 Jul 2020 14:26:26 -0400 Subject: [PATCH 3/3] Update TabletConnectionFailureDialog.qml --- .../resources/qml/dialogs/TabletConnectionFailureDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/dialogs/TabletConnectionFailureDialog.qml b/interface/resources/qml/dialogs/TabletConnectionFailureDialog.qml index 125a3697ea..17292d2923 100644 --- a/interface/resources/qml/dialogs/TabletConnectionFailureDialog.qml +++ b/interface/resources/qml/dialogs/TabletConnectionFailureDialog.qml @@ -19,7 +19,7 @@ Item { buttons: OriginalDialogs.StandardButton.Ok, defaultButton: OriginalDialogs.StandardButton.NoButton, title: "No Connection", - text: "Unable to connect to this domain. Click the 'Explore' button on the toolbar to visit another domain." + text: "Unable to connect to this domain. Click the 'EXPLORE' button on the toolbar to visit another domain." }); object.selected.connect(function(button) { if (button === OriginalDialogs.StandardButton.Ok) {