]> git.mxchange.org Git - friendica.git/commitdiff
this is the one I'll probably use the most
authorfriendica <info@friendica.com>
Fri, 20 Jul 2012 05:40:45 +0000 (22:40 -0700)
committerfriendica <info@friendica.com>
Fri, 20 Jul 2012 05:40:45 +0000 (22:40 -0700)
include/text.php

index a390a2855fdf8f38b24cbfaa8c8492a2aed5e479..86df6ad17f11ccc8dc415cffe7916044440268b4 100644 (file)
@@ -713,6 +713,7 @@ function get_poke_verbs() {
 
        $arr = array(
                'poke' => array( 'poked', t('poke'), t('poked')),
+               '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'))