diff src/arts/arts.c @ 1318:a9a97179a1f9

I will be ready for Audacious 2...
author Stany HENRY <StrassBoy@gmail.com>
date Sat, 21 Jul 2007 04:57:53 +0200
parents c21fa61d32f8
children 761e17b23e0c
line wrap: on
line diff
--- a/src/arts/arts.c	Sat Jul 21 04:05:35 2007 +0200
+++ b/src/arts/arts.c	Sat Jul 21 04:57:53 2007 +0200
@@ -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);