diff src/arts/arts.c @ 1332:b77c70a82d33

Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
author Cristi Magherusan <majeru@atheme-project.org>
date Sat, 21 Jul 2007 12:46:58 +0300
parents a9a97179a1f9
children 761e17b23e0c
line wrap: on
line diff
--- a/src/arts/arts.c	Sat Jul 21 01:52:04 2007 +0300
+++ b/src/arts/arts.c	Sat Jul 21 12:46:58 2007 +0300
@@ -15,15 +15,15 @@
 static void about(void)
 {
 	static GtkWidget *dialog;
-	
+
 	if (dialog)
 		return;
 
-	dialog = xmms_show_message("About aRts Output",
-				   "aRts output plugin by "
+	dialog = xmms_show_message(_("About aRts Output"),
+				   _("aRts output plugin by "
 				   "H\303\245vard Kv\303\245len <havardk@xmms.org>\n"
-				   "Audacious port by Giacomo Lozito from develia.org",
-				   "Ok", FALSE, NULL, NULL);
+				   "Audacious port by Giacomo Lozito from develia.org"),
+				   _("Ok"), FALSE, NULL, NULL);
 	gtk_signal_connect(GTK_OBJECT(dialog), "destroy",
 			   GTK_SIGNAL_FUNC(gtk_widget_destroyed),
 			   &dialog);