diff options
author | redmatrix <git@macgirvin.com> | 2016-01-14 11:47:23 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-01-14 11:47:23 -0800 |
commit | 96990fc1c578850af36aee12fd971c89979a817d (patch) | |
tree | e0896309eb65a9595d5b09071a4609af7229d53b /include/widgets.php | |
parent | 4506d80198fb30d09239541f21fe11c173c6c84e (diff) | |
parent | 9f9fdc1434b7283171f8d843f225228cdb322115 (diff) | |
download | volse-hubzilla-96990fc1c578850af36aee12fd971c89979a817d.tar.gz volse-hubzilla-96990fc1c578850af36aee12fd971c89979a817d.tar.bz2 volse-hubzilla-96990fc1c578850af36aee12fd971c89979a817d.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
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 )); |