diff options
author | friendica <info@friendica.com> | 2014-04-26 19:33:39 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-26 19:33:39 -0700 |
commit | c36489a753e7df136df7dfff1b2077b2af989da2 (patch) | |
tree | e9d1c6a7f4f641c74bc58fbf8b6ac0556e6dd15a | |
parent | dfe0d230f50f3b24b771b4bedc8c965ccc070964 (diff) | |
download | volse-hubzilla-c36489a753e7df136df7dfff1b2077b2af989da2.tar.gz volse-hubzilla-c36489a753e7df136df7dfff1b2077b2af989da2.tar.bz2 volse-hubzilla-c36489a753e7df136df7dfff1b2077b2af989da2.zip |
Unfortunate omission
-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'), |