comparison pidgin/gtkstatusbox.c @ 21166:cd0486d8caa8

In an email to the Pidgin devel mailing list on 3 Nov 2007, Ethan postulated that these strings should be "New status..." and "Saved statuses..." instead of just "New..." and "Saved..." and I agree completely
author Mark Doliner <mark@kingant.net>
date Thu, 08 Nov 2007 08:32:10 +0000
parents a0b0f988667e
children 6de09629f091
comparison
equal deleted inserted replaced
21165:184f5991502d 21166:cd0486d8caa8
1067 } 1067 }
1068 1068
1069 add_popular_statuses(status_box); 1069 add_popular_statuses(status_box);
1070 1070
1071 pidgin_status_box_add_separator(PIDGIN_STATUS_BOX(status_box)); 1071 pidgin_status_box_add_separator(PIDGIN_STATUS_BOX(status_box));
1072 pidgin_status_box_add(PIDGIN_STATUS_BOX(status_box), PIDGIN_STATUS_BOX_TYPE_CUSTOM, NULL, _("New..."), NULL, NULL); 1072 pidgin_status_box_add(PIDGIN_STATUS_BOX(status_box), PIDGIN_STATUS_BOX_TYPE_CUSTOM, NULL, _("New status..."), NULL, NULL);
1073 pidgin_status_box_add(PIDGIN_STATUS_BOX(status_box), PIDGIN_STATUS_BOX_TYPE_SAVED, NULL, _("Saved..."), NULL, NULL); 1073 pidgin_status_box_add(PIDGIN_STATUS_BOX(status_box), PIDGIN_STATUS_BOX_TYPE_SAVED, NULL, _("Saved statuses..."), NULL, NULL);
1074 if (pixbuf) g_object_unref(G_OBJECT(pixbuf)); 1074 if (pixbuf) g_object_unref(G_OBJECT(pixbuf));
1075 1075
1076 status_menu_refresh_iter(status_box); 1076 status_menu_refresh_iter(status_box);
1077 pidgin_status_box_refresh(status_box); 1077 pidgin_status_box_refresh(status_box);
1078 1078