Merge branch 'mainline' into 'mainline'

Fixed i18n

See merge request GNOME/geary!619
This commit is contained in:
Michael Gratton 2021-01-06 11:01:18 +00:00
commit df6e06dfbd

View file

@ -257,7 +257,7 @@ public class ConversationMessage : Gtk.Grid, Geary.BaseInterface {
// too many email addresses to be shown by default in
// an email's header. The string substitution is the
// number of extra email to be shown.
_("%d more…").printf(this.children - SHORT_RESULTS)
ngettext("%d more…", "%d more…", this.children - SHORT_RESULTS).printf(this.children - SHORT_RESULTS)
);
}