Unfortunate omission

This commit is contained in:
friendica 2014-04-26 19:33:39 -07:00
parent dfe0d230f5
commit c36489a753

View File

@ -895,9 +895,6 @@ function get_poke_verbs() {
function get_mood_verbs() {
// index is present tense verb
// value is array containing past tense verb, translation of present, translation of past
$arr = array(
'happy' => t('happy'),
'sad' => t('sad'),
@ -916,6 +913,7 @@ function get_mood_verbs() {
'cranky' => t('cranky'),
'disturbed' => t('disturbed'),
'frustrated' => t('frustrated'),
'depressed' => t('depressed'),
'motivated' => t('motivated'),
'relaxed' => t('relaxed'),
'surprised' => t('surprised'),