diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-18 20:38:53 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-18 20:38:53 +0000 |
commit | 677e019013c8500c6dd6198d370178fc982a7a22 (patch) | |
tree | fa5030104d2dc989a6f69b0a1e424eecc597738d /ChangeLog | |
parent | 7a4efbb335f5dae02f4ae033d47622acac865149 (diff) | |
download | mana-client-677e019013c8500c6dd6198d370178fc982a7a22.tar.gz mana-client-677e019013c8500c6dd6198d370178fc982a7a22.tar.bz2 mana-client-677e019013c8500c6dd6198d370178fc982a7a22.tar.xz mana-client-677e019013c8500c6dd6198d370178fc982a7a22.zip |
Added automatic generation of description strings for item effects.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ attacktype field. * src/resources/iteminfo.h, src/resources/itemdb.cpp: Removed unused slot field. + * src/resources/itemdb.cpp: Added automatic generation of description + strings for item effects. + * po/POTFILES.in: Marked effect strings as translatable. 2007-10-15 Bjørn Lindeijer <bjorn@lindeijer.nl> |