diff plugins/timestamp.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 dadb43e0bcae
children ebfb80bbe1ed
line wrap: on
line diff
--- 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 &lt;bj91704@binghamton.edu>");
 	desc.url = g_strdup(WEBSITE);
 	return &desc;