GNOME Bugzilla – Bug 655478
Plural forms
Last modified: 2011-08-10 11:04:48 UTC
Message "Call with %d participants" (src/empathy-call-window.c) requires ngettext instead gettext due plural forms.
Emilio: could you please look at this? This line is wrong actually: gtk_window_set_title (GTK_WINDOW (self), _("Call with %d participants"));
Created attachment 193410 [details] [review] CallWindow: don't set the title for multiple participants We don't support that yet, the string is wrong, and priv->contact can't be NULL anyway.
Review of attachment 193410 [details] [review]: ++
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.