From c36489a753e7df136df7dfff1b2077b2af989da2 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 26 Apr 2014 19:33:39 -0700 Subject: Unfortunate omission --- include/text.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/text.php') diff --git a/include/text.php b/include/text.php index 68542005b..b36e550f9 100755 --- a/include/text.php +++ b/include/text.php @@ -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'), -- cgit v1.2.3