Make Intelligent tooltip more descriptive.
This commit is contained in:
parent
9e3ad0b88a
commit
516f3aaac5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue