mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 03:32:42 +02:00
Replace reference to EXPLORE app
Replace reference to EXPLORE app for "PLACES" app in Connection error message.
This commit is contained in:
parent
9d999c56ff
commit
9aaa05da79
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 'PLACES' 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