]> git.mxchange.org Git - friendica.git/commitdiff
one for the ladies who get poked by undesirables.
authorfriendica <info@friendica.com>
Fri, 20 Jul 2012 07:47:30 +0000 (00:47 -0700)
committerfriendica <info@friendica.com>
Fri, 20 Jul 2012 07:47:30 +0000 (00:47 -0700)
include/text.php

index 86df6ad17f11ccc8dc415cffe7916044440268b4..bfa832425decac31a1ebc122c0fc60c33f04f087 100644 (file)
@@ -716,7 +716,8 @@ function get_poke_verbs() {
                'ping' => array( 'pinged', t('ping'), t('pinged')),
                'prod' => array( 'prodded', t('prod'), t('prodded')),
                'slap' => array( 'slapped', t('slap'), t('slapped')),
-               'finger' => array( 'fingered', t('finger'), t('fingered'))
+               'finger' => array( 'fingered', t('finger'), t('fingered')),
+               'rebuff' => array( 'rebuffed', t('rebuff'), t('rebuffed')),
        );
        call_hooks('poke_verbs', $arr);
        return $arr;