plugins/history.c

changeset 4113
e86a6c65c2b7
parent 3981
c5240c8c3e79
child 4202
8b92de3b1c07
--- a/plugins/history.c	Sat Dec 21 20:00:43 2002 +0000
+++ b/plugins/history.c	Sun Dec 22 18:35:18 2002 +0000
@@ -64,9 +64,9 @@
 struct gaim_plugin_description desc; 
 struct gaim_plugin_description *gaim_plugin_desc() {
 	desc.api_version = PLUGIN_API_VERSION;
-	desc.name = g_strdup("History");
+	desc.name = g_strdup(_("History"));
 	desc.version = g_strdup(VERSION);
-	desc.description = g_strdup("Shows recently logged conversations in new conversations ");
+	desc.description = g_strdup(_("Shows recently logged conversations in new conversations "));
 	desc.authors = g_strdup("Sean Egan <bj91704@binghamton.edu>");
 	desc.url = g_strdup(WEBSITE);
 	return &desc;

mercurial