summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Egan <seanegan@pidgin.im>2007-09-20 19:21:25 +0000
committerSean Egan <seanegan@pidgin.im>2007-09-20 19:21:25 +0000
commit9da328677ea860358a4f5e4279ad4718a6e337fe (patch)
treef95d7b11c913f100ef083930661b21ad6fe6e077
parent08e839990c57d67a3d8ea55b5f5f5c8e5e601323 (diff)
downloadpidgin-9da328677ea860358a4f5e4279ad4718a6e337fe.tar.gz
Remove 'You have' from 'You have N new e-mails' to take less room and make it more likely to fit on one line
-rw-r--r--pidgin/gtknotify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pidgin/gtknotify.c b/pidgin/gtknotify.c
index a46833239f..cf0f3cb4ca 100644
--- a/pidgin/gtknotify.c
+++ b/pidgin/gtknotify.c
@@ -530,8 +530,8 @@ pidgin_notify_emails(PurpleConnection *gc, size_t count, gboolean detailed,
if (!GTK_WIDGET_VISIBLE(dialog)) {
GdkPixbuf *pixbuf = gtk_widget_render_icon(dialog, PIDGIN_STOCK_DIALOG_MAIL,
gtk_icon_size_from_name(PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL), NULL);
- char *label_text = g_strdup_printf(ngettext("<b>You have %d new e-mail.</b>",
- "<b>You have %d new e-mails.</b>",
+ char *label_text = g_strdup_printf(ngettext("<b>%d new e-mail.</b>",
+ "<b>%d new e-mails.</b>",
mail_dialog->total_count), mail_dialog->total_count);
mail_dialog->in_use = TRUE; /* So that _set_headline doesn't accidentally
remove the notifications when replacing an