From ec153af32ff4f1d70a0387135ccc25894bd8a3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 29 May 2016 00:46:24 +0200 Subject: Fix wrong contact address for support (mga#17430) --- mgaapplet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mgaapplet') diff --git a/mgaapplet b/mgaapplet index 9b68a91f..02b66b26 100755 --- a/mgaapplet +++ b/mgaapplet @@ -92,7 +92,7 @@ my %state = ( critical => { colour => [ 'noconf' ], menu => [ 'check' ], - tt => [ N_("Service configuration problem. Please check logs and send mail to support\@mageiaonline.com") ] + tt => [ N_("Service configuration problem. Please check the logs and contact %s.", "https://www.mageia.org/support/#comm") ] }, busy => { colour => [ 'busy' ], -- cgit v1.2.1