Make Intelligent tooltip more descriptive.

This commit is contained in:
András Salamon 2005-04-18 15:48:33 +00:00
parent 9e3ad0b88a
commit 516f3aaac5

View file

@ -1104,7 +1104,7 @@ void unit::add_modification(const std::string& type,
if(increase.empty() == false) {
description += (increase[0] != '-' ? "+" : "") +
increase + t_string(N_("XP"), "wesnoth");
increase + t_string(N_(" XP to advance"), "wesnoth");
if(increase[increase.size()-1] == '%') {
const std::string inc(increase.begin(),increase.end()-1);