Unfortunate omission
This commit is contained in:
parent
dfe0d230f5
commit
c36489a753
@ -895,9 +895,6 @@ function get_poke_verbs() {
|
|||||||
|
|
||||||
function get_mood_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(
|
$arr = array(
|
||||||
'happy' => t('happy'),
|
'happy' => t('happy'),
|
||||||
'sad' => t('sad'),
|
'sad' => t('sad'),
|
||||||
@ -916,6 +913,7 @@ function get_mood_verbs() {
|
|||||||
'cranky' => t('cranky'),
|
'cranky' => t('cranky'),
|
||||||
'disturbed' => t('disturbed'),
|
'disturbed' => t('disturbed'),
|
||||||
'frustrated' => t('frustrated'),
|
'frustrated' => t('frustrated'),
|
||||||
|
'depressed' => t('depressed'),
|
||||||
'motivated' => t('motivated'),
|
'motivated' => t('motivated'),
|
||||||
'relaxed' => t('relaxed'),
|
'relaxed' => t('relaxed'),
|
||||||
'surprised' => t('surprised'),
|
'surprised' => t('surprised'),
|
||||||
|
Reference in New Issue
Block a user