comparison pidgin/gtknotify.c @ 23182:e0bcb8cfda74

Use "email" and "Email" consistently. This is potentially controversial, but here it is. For reference, Google and Yahoo call it "email" and dropping the hyphen on no-longer-new words is apparently standard practice.
author Richard Laager <rlaager@wiktel.com>
date Sun, 25 May 2008 21:56:36 +0000
parents 502bac8b2b4c
children 4a5c8feb83e6
comparison
equal deleted inserted replaced
23181:40d3767fb1b9 23182:e0bcb8cfda74
594 } 594 }
595 595
596 if (!GTK_WIDGET_VISIBLE(dialog)) { 596 if (!GTK_WIDGET_VISIBLE(dialog)) {
597 GdkPixbuf *pixbuf = gtk_widget_render_icon(dialog, PIDGIN_STOCK_DIALOG_MAIL, 597 GdkPixbuf *pixbuf = gtk_widget_render_icon(dialog, PIDGIN_STOCK_DIALOG_MAIL,
598 gtk_icon_size_from_name(PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL), NULL); 598 gtk_icon_size_from_name(PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL), NULL);
599 char *label_text = g_strdup_printf(ngettext("<b>%d new e-mail.</b>", 599 char *label_text = g_strdup_printf(ngettext("<b>%d new email.</b>",
600 "<b>%d new e-mails.</b>", 600 "<b>%d new emails.</b>",
601 mail_dialog->total_count), mail_dialog->total_count); 601 mail_dialog->total_count), mail_dialog->total_count);
602 mail_dialog->in_use = TRUE; /* So that _set_headline doesn't accidentally 602 mail_dialog->in_use = TRUE; /* So that _set_headline doesn't accidentally
603 remove the notifications when replacing an 603 remove the notifications when replacing an
604 old notification. */ 604 old notification. */
605 pidgin_blist_set_headline(label_text, 605 pidgin_blist_set_headline(label_text,