--- a/plugins/timestamp.c Sat Dec 21 20:00:43 2002 +0000 +++ b/plugins/timestamp.c Sun Dec 22 18:35:18 2002 +0000 @@ -65,9 +65,9 @@ struct gaim_plugin_description desc; struct gaim_plugin_description *gaim_plugin_desc() { desc.api_version = PLUGIN_API_VERSION; - desc.name = g_strdup("Timestamp"); + desc.name = g_strdup(_("Timestamp")); desc.version = g_strdup(VERSION); - desc.description = g_strdup("Adds iChat-style timestamps to conversations every 5 minutes."); + desc.description = g_strdup(_("Adds iChat-style timestamps to conversations every 5 minutes.")); desc.authors = g_strdup("Sean Egan <bj91704@binghamton.edu>"); desc.url = g_strdup(WEBSITE); return &desc;