summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-08 15:00:47 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-08 15:00:47 +0000
commitedec5639b9479540f10d1c1bc716fc75977f11af (patch)
tree09940ffe95e2f271c93054b6ca007c10d99c5c81 /crawl-ref/source/travel.cc
parent3377d3cffd27809b4b5a4c2e74537836d734972b (diff)
downloadcrawl-ref-edec5639b9479540f10d1c1bc716fc75977f11af.tar.gz
crawl-ref-edec5639b9479540f10d1c1bc716fc75977f11af.zip
Removed one line from the targeting prompt; should make it less -more- prone.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1558 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/travel.cc')
-rw-r--r--crawl-ref/source/travel.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/travel.cc b/crawl-ref/source/travel.cc
index 6e6f817208..00fb61a5ce 100644
--- a/crawl-ref/source/travel.cc
+++ b/crawl-ref/source/travel.cc
@@ -1833,16 +1833,16 @@ static int prompt_travel_branch(int prompt_flags)
if (allow_waypoints)
{
if (waypoint_list)
- segs.push_back("[*] lists branches");
+ segs.push_back("* - list branches");
else if (waycount)
- segs.push_back("[*] lists waypoints");
+ segs.push_back("* - list waypoints");
}
if (*trans_travel_dest && remember_targ)
segs.push_back(
- make_stringf("[Enter] for %s", trans_travel_dest) );
+ make_stringf("Enter - %s", trans_travel_dest) );
- segs.push_back("[?] for help");
+ segs.push_back("? - help");
shortcuts += comma_separated_line(segs.begin(), segs.end(),
", ", ", ");
@@ -2009,7 +2009,7 @@ static level_id prompt_travel_depth(const level_id &id)
{
mesclr(true);
mprf(MSGCH_PROMPT, "What level of %s? "
- "(default %d, [?] for help) ", branches[branch].longname, depth);
+ "(default %d, ? - help) ", branches[branch].longname, depth);
char buf[100];
const int response =