From: friendica Date: Fri, 20 Jul 2012 05:40:45 +0000 (-0700) Subject: this is the one I'll probably use the most X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=700569c7d6431c4df37ce8300627adb228a9774e;p=friendica.git this is the one I'll probably use the most --- diff --git a/include/text.php b/include/text.php index a390a2855f..86df6ad17f 100644 --- a/include/text.php +++ b/include/text.php @@ -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'))