gui2/twml_error: Indent single-element WML file lists too
This commit is contained in:
parent
8bacea32cb
commit
d36e4d7923
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ std::string format_file_list(const std::vector<std::string>& files_original)
|
|||
}
|
||||
|
||||
if(files.size() == 1) {
|
||||
return files.front();
|
||||
return utils::indent(files.front());
|
||||
}
|
||||
|
||||
return utils::bullet_list(files);
|
||||
|
|
Loading…
Add table
Reference in a new issue