Merge branch 'mainline' into 'mainline'
Fixed i18n See merge request GNOME/geary!619
This commit is contained in:
commit
df6e06dfbd
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue