From 700569c7d6431c4df37ce8300627adb228a9774e Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 19 Jul 2012 22:40:45 -0700 Subject: [PATCH] this is the one I'll probably use the most --- include/text.php | 1 + 1 file changed, 1 insertion(+) 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'))