Fix a rather ironic typo.

This commit is contained in:
Thomas Willingham 2012-07-28 16:22:51 +01:00
parent 04e57fc374
commit 7b889cc4b7
1 changed files with 1 additions and 1 deletions

View File

@ -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'));