[Hide Content]From 050df22f04adce608078e5172c78a2bf45602d59 Mon Sep 17 00:00:00 2001
From: Chris Oelmueller <chris.oelmueller@gmail.com>
Date: Wed, 5 Mar 2014 09:00:31 +0100
Subject: Fix swapped labels in Ctrl-F (minmay, wheals)
Broken by 0.14-a0-2083-gb79a34a - also fix the spacing to align left.
---
crawl-ref/source/stash.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crawl-ref/source/stash.cc b/crawl-ref/source/stash.cc
index 79e9ab2..c0d2e62 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);
}
}
--
1.9.0