]> git.mxchange.org Git - friendica.git/commitdiff
Improved message
authorMichael <heluecht@pirati.ca>
Tue, 30 Jan 2018 19:31:57 +0000 (19:31 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 30 Jan 2018 19:31:57 +0000 (19:31 +0000)
src/Model/Contact.php

index 974f7a3bfe87c6544c6a3139f6642deb12214221..8b11f716b6f4f94baaf1e1595dd22902fba37152 100644 (file)
@@ -1152,7 +1152,7 @@ class Contact extends BaseObject
                Addon::callHooks('follow', $arr);
 
                if (empty($arr)) {
-                       $result['message'] = L10n::t('The contact could not be added. It is possible you are attempting to add a contact that requires an Addon that is not enabled on this system.');
+                       $result['message'] = L10n::t('The contact could not be added. It is possible you are attempting to add a contact that requires an Addon that is not configured on this system.');
                        return $result;
                }