diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-07 13:50:41 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-07 13:50:41 +0200 |
commit | 0fd763433912d50b07a0d2fc20208e1060318df7 (patch) | |
tree | 44d2b8b8c8ee0b3c3a54c8971c3da48def755c63 /Zotlabs/Module/Profiles.php | |
parent | 969a91c4321eecade0537bf40b2ba5930da27d8a (diff) | |
download | volse-hubzilla-0fd763433912d50b07a0d2fc20208e1060318df7.tar.gz volse-hubzilla-0fd763433912d50b07a0d2fc20208e1060318df7.tar.bz2 volse-hubzilla-0fd763433912d50b07a0d2fc20208e1060318df7.zip |
rename relation to relationship - issue #1044
Diffstat (limited to 'Zotlabs/Module/Profiles.php')
-rw-r--r-- | Zotlabs/Module/Profiles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Profiles.php b/Zotlabs/Module/Profiles.php index e02cb33db..202ee462a 100644 --- a/Zotlabs/Module/Profiles.php +++ b/Zotlabs/Module/Profiles.php @@ -732,7 +732,7 @@ class Profiles extends \Zotlabs\Web\Controller { '$addthing' => t('Add profile things'), '$personal' => t('Personal'), '$location' => t('Location'), - '$relation' => t('Relation'), + '$relation' => t('Relationship'), '$miscellaneous'=> t('Miscellaneous'), '$exportable' => feature_enabled(local_channel(),'profile_export'), '$lbl_import' => t('Import profile from file'), |