Remove an accidental leading space. Thanks to Vincent Lefèvre for
noticing the problem and providing a patch!
char helpstr[LONG_STRING];
char title[STRING];
- snprintf (title, sizeof (title), _(" History '%s'"), buf);
+ snprintf (title, sizeof (title), _("History '%s'"), buf);
menu = mutt_new_menu (MENU_GENERIC);
menu->make_entry = history_entry;
# , c-format
#: history.c:522
#, c-format
-msgid " History '%s'"
-msgstr " Historique '%s'"
+msgid "History '%s'"
+msgstr "Historique '%s'"
#: hook.c:97
msgid "current mailbox shortcut '^' is unset"