~ubuntu-branches/ubuntu/trusty/manaplus/trusty-proposed

« back to all changes in this revision

Viewing changes to src/resources/itemdb.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-07-11 10:09:41 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130711100941-f0rwuvcwgl8ulqo8
Tags: 1.3.7.7.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
    // TRANSLATORS: item info label
66
66
    { "hp",        N_("HP %+d")        },
67
67
    // TRANSLATORS: item info label
68
 
    { "mp",        N_("MP %+d")        }
 
68
    { "mp",        N_("MP %+d")        },
 
69
    // TRANSLATORS: item info label
 
70
    { "level",     N_("Level %+d")     }
69
71
};
70
72
 
71
73
static std::vector<ItemDB::Stat> extraStats;