From d3d77c589367030352d0374452f55968da142744 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 17 Nov 2025 22:17:19 +0000 Subject: [PATCH] Fix a missing period in hs_offer. --- modules/hostserv/hs_offer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hostserv/hs_offer.cpp b/modules/hostserv/hs_offer.cpp index 76c494601..3a4ca7b0f 100644 --- a/modules/hostserv/hs_offer.cpp +++ b/modules/hostserv/hs_offer.cpp @@ -719,7 +719,7 @@ private: if (!ho) { - source.Reply(_("%s is an invalid host offer entry number"), match.c_str()); + source.Reply(_("%s is an invalid host offer entry number."), match.c_str()); return; } }