Changeset 9c8ae50 for protocols/jabber/jabber.c
- Timestamp:
- 2005-11-19T15:24:46Z (19 years ago)
- Branches:
- master
- Children:
- cf13671
- Parents:
- cc9079e (diff), 2cdd8ce (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.c
rcc9079e r9c8ae50 1123 1123 */ 1124 1124 struct jabber_add_permit *jap = g_new0(struct jabber_add_permit, 1); 1125 gchar *msg = g_strdup_printf(_("The user %s wants to add you to their buddy list."),1125 gchar *msg = g_strdup_printf(_("The user %s wants to add you to his/her buddy list."), 1126 1126 Jid); 1127 1127
Note: See TracChangeset
for help on using the changeset viewer.