summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:56 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:56 +0100
commit3e1506c4c190adb24e01c736cdf0120a2b655cea (patch)
tree591a6c6d158fb1529f5779404a85444b8c9630c9
parentc6a3a89a2752e39b7a02bf33468913661399658b (diff)
Fix prompt for Thaumaturgy spells
-rw-r--r--src/cmd7.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd7.cc b/src/cmd7.cc
index 5f39ff0f..c750104f 100644
--- a/src/cmd7.cc
+++ b/src/cmd7.cc
@@ -4405,7 +4405,7 @@ static random_spell* select_spell_from_batch(int batch)
mut_max = spell_num - batch * 10;
}
- strnfmt(tmp, 160, "(a-%c, A-%cto browse, / to rename, - to comment) Select a power: ",
+ strnfmt(tmp, 160, "(a-%c, A-%c to browse, / to rename, - to comment) Select a power: ",
I2A(mut_max - 1), I2A(mut_max - 1) - 'a' + 'A');
prt(tmp, 0, 0);