summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/overmap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/overmap.cc')
-rw-r--r--crawl-ref/source/overmap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/overmap.cc b/crawl-ref/source/overmap.cc
index caa364599a..158590d297 100644
--- a/crawl-ref/source/overmap.cc
+++ b/crawl-ref/source/overmap.cc
@@ -202,7 +202,7 @@ std::string overview_description_string()
{
disp += "\n<green>Branches:</green>";
if (crawl_state.need_save || !crawl_state.updating_scores)
- disp += " (use <white>Ctrl-G</white> to reach them)";
+ disp += " (use <white>G</white> to reach them)";
disp += EOL;
seen_anything = true;
}