git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1682 c06c8d41-db1a-0410-9941-cceddc491573
7SHTBTXKO5V35YLX5O5TNIBPZ3IVMDWSTUEYJQJHAGUACAR57I6QC
return make_stringf("selector '%s' must be exactly one character",
what_to_subst.c_str());
return make_stringf(
"selector '%s' must be exactly one character in '%s'",
what_to_subst.c_str(), s.c_str());
if (substitute.empty())
return make_stringf("no substitute defined in '%s'",
s.c_str());