From d9c543afcddc1b602495c0595588fae9699aecb0 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Thu, 18 Feb 2021 17:05:32 +0100 Subject: swap 3 dots for ellipsis --- gui/qml/AboutDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/qml/AboutDialog.qml') diff --git a/gui/qml/AboutDialog.qml b/gui/qml/AboutDialog.qml index 7c673d2..544d375 100644 --- a/gui/qml/AboutDialog.qml +++ b/gui/qml/AboutDialog.qml @@ -11,7 +11,7 @@ MessageDialog { var _name = ctx ? ctx.appName : "vpn" var _provider = ctx ? ctx.provider : "unknown" var _donateURL = ctx ? ctx.donateURL : "" - var _tosURL = ctx ? ctx.tosURL : "..." + var _tosURL = ctx ? ctx.tosURL : "…" var _donateTXT = "" if (_donateURL) { //: donation text of the about dialog -- cgit v1.2.3