comparison src/protocols/silc/silc.c @ 9039:bf4ecb0ae208

[gaim-migrate @ 9815] i18n string updates from Bjoern Voigt, someone tell me if anything here is objectionable, i lost track of that thread. also he updated his translation committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 23 May 2004 20:06:10 +0000
parents 095731b5e4f6
children ac4480944fc3
comparison
equal deleted inserted replaced
9038:095731b5e4f6 9039:bf4ecb0ae208
723 gc, _("Message of the Day"), _("No Message of the Day available"), 723 gc, _("Message of the Day"), _("No Message of the Day available"),
724 _("There is no Message of the Day associated with this connection")); 724 _("There is no Message of the Day associated with this connection"));
725 return; 725 return;
726 } 726 }
727 727
728 gaim_notify_formatted(gc, "Message of the Day", "Message of the Day", NULL, 728 gaim_notify_formatted(gc, _("Message of the Day"), _("Message of the Day"), NULL,
729 sg->motd, NULL, NULL); 729 sg->motd, NULL, NULL);
730 } 730 }
731 731
732 static GList * 732 static GList *
733 silcgaim_actions(GaimPlugin *plugin, gpointer context) 733 silcgaim_actions(GaimPlugin *plugin, gpointer context)