From: friendica Date: Fri, 20 Jul 2012 07:47:30 +0000 (-0700) Subject: one for the ladies who get poked by undesirables. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=43d986cab2dd7543f17ecb4719a13f7310f14e37;p=friendica.git one for the ladies who get poked by undesirables. --- diff --git a/include/text.php b/include/text.php index 86df6ad17f..bfa832425d 100644 --- a/include/text.php +++ b/include/text.php @@ -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;