Browse Source

- Little language fix in Mood list

pull/16/head
Jaussoin Timothée 13 years ago
parent
commit
bf6436dd46
  1. 6
      i18n/messages.pot
  2. 4
      system/Utils.php

6
i18n/messages.pot

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-26 18:19+0100\n"
"POT-Creation-Date: 2012-12-26 18:24+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -659,11 +659,11 @@ msgid "impressed"
msgstr ""
#: ../system/Utils.php:535
msgid "in_awe"
msgid "in awe"
msgstr ""
#: ../system/Utils.php:536
msgid "in_love"
msgid "in love"
msgstr ""
#: ../system/Utils.php:538

4
system/Utils.php

@ -532,8 +532,8 @@ function getMood() {
'hungry' => t('hungry'), // Having a physical need for food.
'hurt' => t('hurt'), // Wounded, injured, or pained, whether physically or emotionally.
'impressed' => t('impressed'), // Favourably affected by something or someone.
'in_awe' => t('in_awe'), // Feeling amazement at something or someone; or feeling a combination of fear and reverence.
'in_love' => t('in_love'), // Feeling strong affection, care, liking, or attraction..
'in_awe' => t('in awe'), // Feeling amazement at something or someone; or feeling a combination of fear and reverence.
'in_love' => t('in love'), // Feeling strong affection, care, liking, or attraction..
'indignant' => ('indignant'), // Showing anger or indignation, especially at something unjust or wrong.
'interested' => t('interested'), // Showing great attention to something or someone; having or showing interest.
'intoxicated' => t('intoxicated'), // Under the influence of alcohol; drunk.

Loading…
Cancel
Save