Changeset 5c09a59 for protocols/jabber
- Timestamp:
- 2005-11-15T23:16:39Z (19 years ago)
- Branches:
- master
- Children:
- ef6c6a7
- Parents:
- 9cb9868
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.c
r9cb9868 r5c09a59 1128 1128 */ 1129 1129 struct jabber_add_permit *jap = g_new0(struct jabber_add_permit, 1); 1130 gchar *msg = g_strdup_printf(_("The user %s wants to add you to their buddy list."),1130 gchar *msg = g_strdup_printf(_("The user %s wants to add you to his/her buddy list."), 1131 1131 Jid); 1132 1132
Note: See TracChangeset
for help on using the changeset viewer.