mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 21:23:19 +02:00
Update ConnectionFailureDialog.qml
This commit is contained in:
parent
ddbed5e702
commit
a973855085
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue