aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-26 19:33:39 -0700
committerfriendica <info@friendica.com>2014-04-26 19:33:39 -0700
commitc36489a753e7df136df7dfff1b2077b2af989da2 (patch)
treee9d1c6a7f4f641c74bc58fbf8b6ac0556e6dd15a /include/text.php
parentdfe0d230f50f3b24b771b4bedc8c965ccc070964 (diff)
downloadvolse-hubzilla-c36489a753e7df136df7dfff1b2077b2af989da2.tar.gz
volse-hubzilla-c36489a753e7df136df7dfff1b2077b2af989da2.tar.bz2
volse-hubzilla-c36489a753e7df136df7dfff1b2077b2af989da2.zip
Unfortunate omission
Diffstat (limited to 'include/text.php')
-rwxr-xr-xinclude/text.php4
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'),