Converted a hyphen-minus to an em dash.
This commit is contained in:
parent
40652b9de1
commit
1e4e1723e6
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ void terrain_palette::draw(bool force) {
|
|||
bool is_core = non_core_terrains_.find(terrain) == non_core_terrains_.end();
|
||||
tooltip_text << map().get_terrain_editor_string(terrain);
|
||||
if (gui_.get_draw_terrain_codes()) {
|
||||
tooltip_text << " - " << terrain;
|
||||
tooltip_text << " " + utils::unicode_em_dash + " " << terrain;
|
||||
}
|
||||
if (!is_core) {
|
||||
tooltip_text << " "
|
||||
|
|
Loading…
Add table
Reference in a new issue