Add a space between abilities in sidebar
(for readability and because now ellipsis works better)
This commit is contained in:
parent
84f68f8c2c
commit
c1214bfe08
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ report generate_report(TYPE type,
|
|||
for(std::vector<std::string>::const_iterator i = abilities.begin(); i != abilities.end(); ++i) {
|
||||
str << gettext(i->c_str());
|
||||
if(i+2 != abilities.end())
|
||||
str << ",";
|
||||
str << ", ";
|
||||
++i;
|
||||
//FIXME pull out ability's name from description
|
||||
tooltip << _("Ability:") << "\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue