summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/politics.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/politics.txt b/npc/functions/politics.txt
index 34abb4bbe..e30ac7552 100644
--- a/npc/functions/politics.txt
+++ b/npc/functions/politics.txt
@@ -704,7 +704,7 @@ function script POL_TownHall {
do
{
mesc ".:: " + .@header$ + " ::.", 2;
- mesc l("Current Town Administrator: ")+ .@current_mayor$, 3;
+ mesc l("Current Town Administrator: %s", .@current_mayor$), 3;
POL_TownInfo(.@town$);
mesc l("Application fee: %s GP", fnum(.@applyTax));
next;