aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authormrjive <mrjive@mrjive.it>2016-01-14 18:07:56 +0100
committermrjive <mrjive@mrjive.it>2016-01-14 18:07:56 +0100
commit2696deb2a18ba06593657a2317176baa26821708 (patch)
tree6db62ef956bf06b7bc8ee7f31536b01d66ecc8e0 /include/widgets.php
parent5c937c5642e87750b55e15c9d9c1b863e5d5cfc1 (diff)
parent9f9fdc1434b7283171f8d843f225228cdb322115 (diff)
downloadvolse-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.php4
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
));