Help: marked "Level" string in unit topic description translatable
I apparently forgot to do this at some point... Fixes one of the issues mentioned in #2732.
This commit is contained in:
parent
a8539cfca0
commit
0a67e9725c
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ std::string unit_topic_generator::operator()() const {
|
|||
|
||||
const int screen_width = CVideo::get_singleton().get_width();
|
||||
|
||||
ss << "Level " << type_.level();
|
||||
ss << _("Level") << " " << type_.level();
|
||||
ss << "\n\n";
|
||||
|
||||
ss << "<img>src='" << male_type.image();
|
||||
|
|
Loading…
Add table
Reference in a new issue