]> git.mxchange.org Git - friendica-addons.git/commitdiff
better text on poll interval
authorfriendica <info@friendica.com>
Sat, 28 Apr 2012 07:12:24 +0000 (00:12 -0700)
committerfriendica <info@friendica.com>
Sat, 28 Apr 2012 07:12:24 +0000 (00:12 -0700)
facebook.tgz
facebook/facebook.php
widgets.tgz

index 4225512b43882ad69ecc12e0495a9e74cf90cbf8..7a999c113ddab46f3db6eccd502c84587b3a9091 100644 (file)
Binary files a/facebook.tgz and b/facebook.tgz differ
index d63c6081080993e22ecb1b9d5d3a17639f5b1cfb..20b6688d8eca89b5c33f3281c89030f03f4d776c 100644 (file)
@@ -712,7 +712,7 @@ function facebook_plugin_admin(&$a, &$o){
        
        $o .= '<label for="fb_appid">' . t('App-ID / API-Key') . '</label><input id="fb_appid" name="appid" type="text" value="' . escape_tags($appid ? $appid : "") . '"><br style="clear: both;">';
        $o .= '<label for="fb_appsecret">' . t('Application secret') . '</label><input id="fb_appsecret" name="appsecret" type="text" value="' . escape_tags($appsecret ? $appsecret : "") . '"><br style="clear: both;">';
-       $o .= '<label for="fb_poll_interval">' . sprintf(t('Polling Interval (min. %1$s minutes)'), FACEBOOK_MIN_POLL_INTERVAL) . '</label><input name="poll_interval" id="fb_poll_interval" type="number" min="' . FACEBOOK_MIN_POLL_INTERVAL . '" value="' . $poll_interval . '"><br style="clear: both;">';
+       $o .= '<label for="fb_poll_interval">' . sprintf(t('Polling Interval in minutes (minimum %1$s minutes)'), FACEBOOK_MIN_POLL_INTERVAL) . '</label><input name="poll_interval" id="fb_poll_interval" type="number" min="' . FACEBOOK_MIN_POLL_INTERVAL . '" value="' . $poll_interval . '"><br style="clear: both;">';
        $o .= '<label for="fb_sync_comments">' . t('Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)') . '</label><input name="sync_comments" id="fb_sync_comments" type="checkbox" ' . ($sync_comments ? 'checked' : '') . '><br style="clear: both;">';
        $o .= '<input type="submit" name="fb_save_keys" value="' . t('Save') . '">';
        
index 47d5f588c285e211f26093c1d99cdccb23bdc093..f3b1857838ac7c0594cf2b9c5c6c5a45f5296ec1 100755 (executable)
Binary files a/widgets.tgz and b/widgets.tgz differ