diff plugins/win32/transparency/win2ktrans.c @ 4606:864518c3767d

[gaim-migrate @ 4894] Matthew Smith (smigs) writes: " I fixed quite a few strings so that there are less almost-duplicates in the po files (less strings to translate). All that's done is capitalisation changes and adding a full stop or two." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 23 Feb 2003 02:21:17 +0000
parents 7f2de19d052d
children 0b1c01fd68f1
line wrap: on
line diff
--- a/plugins/win32/transparency/win2ktrans.c	Sat Feb 22 22:09:44 2003 +0000
+++ b/plugins/win32/transparency/win2ktrans.c	Sun Feb 23 02:21:17 2003 +0000
@@ -383,7 +383,7 @@
 	desc.name = g_strdup(_("Transparency"));
 	desc.version = g_strdup(VERSION);
 	desc.description = g_strdup(_("This plugin enables variable alpha transparency on conversation windows.\n\n* Note: This plugin requires Win2000 or WinXP.")); 
-	desc.authors = g_strdup(_("Rob Flynn &lt;rob@marko.net&gt;"));
+	desc.authors = g_strdup("Rob Flynn &lt;rob@marko.net&gt;");
 	desc.url = g_strdup(WEBSITE);
 	return &desc;
 }