diff options
Diffstat (limited to 'modules/hostserv/list.cpp')
-rw-r--r-- | modules/hostserv/list.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/hostserv/list.cpp b/modules/hostserv/list.cpp index cbb69aa85..8659675d4 100644 --- a/modules/hostserv/list.cpp +++ b/modules/hostserv/list.cpp @@ -120,7 +120,9 @@ class CommandHSList : public Command } if (!key.empty()) + { source.Reply(_("Displayed records matching key \002{0}\002 (count: \002{1}\002)."), key, display_counter); + } else { if (from) |