GNOME Bugzilla – Bug 730607
"Close open draft messages?" dialog should be singular for single inline composer
Last modified: 2018-01-10 08:06:55 UTC
Geary should use the count to choose the right message using ngettext().
I can confirm it in current Geary: - open the composer to write a new message (attached to main window) - click on the conversation list to change view - you'll be asked if you want to close the open drafts (plural) If you detach the window, the dialog uses correctly the singular.
Fix pushed to master in commit 49963da.