Andreas Krennmair:
[apps/madmutt.git] / browser.c
index 9ae55ac..61bf178 100644 (file)
--- a/browser.c
+++ b/browser.c
@@ -690,7 +690,7 @@ static void init_menu (struct browser_state *state, MUTTMENU *menu, char *title,
   if (option (OPTNEWS))
   {
     if (buffy)
-      snprintf (title, titlelen, _("Subscribed newsgroups"));
+      snprintf (title, titlelen, "%s", _("Subscribed newsgroups"));
     else
       snprintf (title, titlelen, _("Newsgroups on server [%s]"),
                CurrentNewsSrv->conn->account.host);