summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.cc
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2014-03-05 09:00:31 +0100
committerPekka Lampila <pekka.lampila@iki.fi>2014-03-05 13:19:51 +0200
commitccfdd9ccddc22590e0a22d73adce1728a24086bd (patch)
treeed0eac3b39c7197b83183d8b0d4164e73f7ef0bc /crawl-ref/source/stash.cc
parent9e7773257a937eeed023683d02994cf3df4ff4ae (diff)
downloadcrawl-ref-ccfdd9ccddc22590e0a22d73adce1728a24086bd.tar.gz
crawl-ref-ccfdd9ccddc22590e0a22d73adce1728a24086bd.zip
Fix swapped labels in Ctrl-F (minmay, wheals)
Broken by 0.14-a0-2083-gb79a34a - also fix the spacing to align left.
Diffstat (limited to 'crawl-ref/source/stash.cc')
-rw-r--r--crawl-ref/source/stash.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stash.cc b/crawl-ref/source/stash.cc
index 79e9ab26c7..c0d2e62eb5 100644
--- a/crawl-ref/source/stash.cc
+++ b/crawl-ref/source/stash.cc
@@ -1903,7 +1903,7 @@ void StashSearchMenu::draw_title()
" by <w>%s</w> [<w>/</w>],"
" <w>%s</w> useless [<w>=</w>]"
"</lightgrey>",
- menu_action == ACT_EXECUTE ? " view " : "travel",
+ menu_action == ACT_EXECUTE ? "travel" : "view ",
stack_style, sort_style, filtered)), false);
}
}