diff options
-rwxr-xr-x | include/text.php | 4 |
1 files changed, 1 insertions, 3 deletions
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'), |