diff options
author | mrjive <mrjive@mrjive.it> | 2016-01-14 18:07:56 +0100 |
---|---|---|
committer | mrjive <mrjive@mrjive.it> | 2016-01-14 18:07:56 +0100 |
commit | 2696deb2a18ba06593657a2317176baa26821708 (patch) | |
tree | 6db62ef956bf06b7bc8ee7f31536b01d66ecc8e0 /include/widgets.php | |
parent | 5c937c5642e87750b55e15c9d9c1b863e5d5cfc1 (diff) | |
parent | 9f9fdc1434b7283171f8d843f225228cdb322115 (diff) | |
download | volse-hubzilla-2696deb2a18ba06593657a2317176baa26821708.tar.gz volse-hubzilla-2696deb2a18ba06593657a2317176baa26821708.tar.bz2 volse-hubzilla-2696deb2a18ba06593657a2317176baa26821708.zip |
Merge pull request #16 from redmatrix/master
updating from original codebase
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/widgets.php b/include/widgets.php index a7d06d39e..033ba44fe 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -170,8 +170,8 @@ function widget_follow($args) { } return replace_macros(get_markup_template('follow.tpl'),array( '$connect' => t('Add New Connection'), - '$desc' => t('Enter the channel address'), - '$hint' => t('Example: bob@example.com, http://example.com/barbara'), + '$desc' => t('Enter channel address'), + '$hint' => t('Examples: bob@example.com, https://example.com/barbara'), '$follow' => t('Connect'), '$abook_usage_message' => $abook_usage_message )); |