summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/skills2.cc')
-rw-r--r--crawl-ref/source/skills2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/skills2.cc b/crawl-ref/source/skills2.cc
index 213dcf20c2..d1719a175b 100644
--- a/crawl-ref/source/skills2.cc
+++ b/crawl-ref/source/skills2.cc
@@ -2003,7 +2003,7 @@ std::string skill_title( unsigned char best_skill, unsigned char skill_lev,
case SK_SPELLCASTING:
if (player_genus(GENPC_OGRE, static_cast<species_type>(species)))
{
- result = "Ogre-Mage";
+ result = "Ogre Mage";
break;
}
// else fall-through