diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-05-29 00:46:24 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-05-29 00:46:24 +0200 |
commit | ec153af32ff4f1d70a0387135ccc25894bd8a3af (patch) | |
tree | 51f467054b7f75cff04b1aa84d1db16aa5994822 | |
parent | 09e9a31fd57247a1559974b2ffcd2224c7779196 (diff) | |
download | mgaonline-ec153af32ff4f1d70a0387135ccc25894bd8a3af.tar mgaonline-ec153af32ff4f1d70a0387135ccc25894bd8a3af.tar.gz mgaonline-ec153af32ff4f1d70a0387135ccc25894bd8a3af.tar.bz2 mgaonline-ec153af32ff4f1d70a0387135ccc25894bd8a3af.tar.xz mgaonline-ec153af32ff4f1d70a0387135ccc25894bd8a3af.zip |
Fix wrong contact address for support (mga#17430)
-rwxr-xr-x | mgaapplet | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' ], |