summaryrefslogtreecommitdiff
path: root/modules/commands/cs_fantasy_stats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/cs_fantasy_stats.cpp')
-rw-r--r--modules/commands/cs_fantasy_stats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_fantasy_stats.cpp b/modules/commands/cs_fantasy_stats.cpp
index 10222cb41..580307441 100644
--- a/modules/commands/cs_fantasy_stats.cpp
+++ b/modules/commands/cs_fantasy_stats.cpp
@@ -140,7 +140,7 @@ class CSStats : public Module
res.Get(0, "actions").c_str());
}
else
- source.Reply(_("No stats for %s"), display.c_str());
+ source.Reply(_("No stats for %s."), display.c_str());
}
catch (const SQL::Exception &ex)
{