Converted a hyphen-minus to an em dash.

This commit is contained in:
Steven Panek 2011-11-11 05:11:36 +00:00
parent 40652b9de1
commit 1e4e1723e6

View file

@ -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 << " "