summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/superdom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/superdom.c b/apps/plugins/superdom.c
index c0c808d512..877f32e081 100644
--- a/apps/plugins/superdom.c
+++ b/apps/plugins/superdom.c
@@ -626,7 +626,7 @@ static int superdom_help(void)
626 "army.", "Each", "tile", "has", "a", "strength,", "calculated", "by", 626 "army.", "Each", "tile", "has", "a", "strength,", "calculated", "by",
627 "the", "ownership", "of", "surrounding", "tiles,", "and", "the", "type", 627 "the", "ownership", "of", "surrounding", "tiles,", "and", "the", "type",
628 "and", "number", "of", "troops", "on", "them."}; 628 "and", "number", "of", "troops", "on", "them."};
629 static const struct style_text style[]={ 629 static struct style_text style[]={
630 {0, TEXT_CENTER|TEXT_UNDERLINE}, 630 {0, TEXT_CENTER|TEXT_UNDERLINE},
631 {2, C_RED}, 631 {2, C_RED},
632 {21, C_RED}, 632 {21, C_RED},