im.pidgin.pidgin: b2523913e5ed5b4237eedbf8ed4999736dc78137
markdoliner at pidgin.im
markdoliner at pidgin.im
Thu Nov 8 03:35:33 EST 2007
-----------------------------------------------------------------
Revision: b2523913e5ed5b4237eedbf8ed4999736dc78137
Ancestor: 2a7b93b8c57bc86dafb9f1d9af64676de420ef0a
Author: markdoliner at pidgin.im
Date: 2007-11-08T08:32:10
Branch: im.pidgin.pidgin
Modified files:
pidgin/gtkstatusbox.c
ChangeLog:
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
-------------- next part --------------
============================================================
--- pidgin/gtkstatusbox.c aba6feec768a3d78df9c9f2f83f6f141ce9a9175
+++ pidgin/gtkstatusbox.c 8bec40c0ca82e78949692e3188e47e3453a976df
@@ -1069,8 +1069,8 @@ pidgin_status_box_regenerate(PidginStatu
add_popular_statuses(status_box);
pidgin_status_box_add_separator(PIDGIN_STATUS_BOX(status_box));
- pidgin_status_box_add(PIDGIN_STATUS_BOX(status_box), PIDGIN_STATUS_BOX_TYPE_CUSTOM, NULL, _("New..."), NULL, NULL);
- pidgin_status_box_add(PIDGIN_STATUS_BOX(status_box), PIDGIN_STATUS_BOX_TYPE_SAVED, NULL, _("Saved..."), NULL, NULL);
+ pidgin_status_box_add(PIDGIN_STATUS_BOX(status_box), PIDGIN_STATUS_BOX_TYPE_CUSTOM, NULL, _("New status..."), NULL, NULL);
+ pidgin_status_box_add(PIDGIN_STATUS_BOX(status_box), PIDGIN_STATUS_BOX_TYPE_SAVED, NULL, _("Saved statuses..."), NULL, NULL);
if (pixbuf) g_object_unref(G_OBJECT(pixbuf));
status_menu_refresh_iter(status_box);
More information about the Commits
mailing list