diff plugins/history.c @ 4113:74d27aa5b686

[gaim-migrate @ 4329] "I've added some plugin files to POTFILES.in, I then marked-up some strings with _()." -- Nicola's Lichtmaier (niqueco) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 22 Dec 2002 18:35:18 +0000
parents 0283b00f5424
children 59751fe608c5
line wrap: on
line diff
--- 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 &lt;bj91704@binghamton.edu>");
 	desc.url = g_strdup(WEBSITE);
 	return &desc;