From 7b889cc4b70ef455e9d437dcf2de057a9b7fe9e7 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sat, 28 Jul 2012 16:22:51 +0100 Subject: [PATCH] Fix a rather ironic typo. --- morepokes/morepokes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morepokes/morepokes.php b/morepokes/morepokes.php index 5d1153e4..bdbd7dcf 100644 --- a/morepokes/morepokes.php +++ b/morepokes/morepokes.php @@ -24,7 +24,7 @@ function morepokes_poke_verbs($a,&$b) { $b['setfireto'] = array('set fire to', t('set fire to'), t('set fire to')); $b['patent'] = array('patented', t('patent'), t('patented')); $b['strokebeard'] = array('stroked their beard at', t('stroke beard'), t('stroked their beard at')); - $b['bemoan'] = array('bemoaned the declining standards of modern secondary and tertiary education to', t('bemoaned the declining standards of modern secondary and tertiary education to'), t('bemoans the declining standards of modern secondary and tertiary education to')); + $b['bemoan'] = array('bemoaned the declining standards of modern secondary and tertiary education to', t('bemoan the declining standards of modern secondary and tertiary education to'), t('bemoans the declining standards of modern secondary and tertiary education to')); $b['hugs'] = array('hugged', t('hug'), t('hugged')); $b['kiss'] = array('kissed', t('kiss'), t('kissed')); $b['raiseeyebrows'] = array('raised their eyebrows at', t('raise eyebrows at'), t('raised their eyebrows at'));