changeset 511:9da0f92ce2ef trunk

[svn] make "Credits" translatable.
author nenolod
date Thu, 26 Jan 2006 10:47:29 -0800
parents d9f6ab166d58
children 1cab8be8af51
files audacious/about.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/about.c	Thu Jan 26 10:31:35 2006 -0800
+++ b/audacious/about.c	Thu Jan 26 10:47:29 2006 -0800
@@ -230,7 +230,7 @@
     credits_button = gtk_button_new();
     credits_button_hbox = gtk_hbox_new( FALSE , 0 );
     credits_button_image = gtk_image_new_from_stock( GTK_STOCK_DIALOG_INFO , GTK_ICON_SIZE_BUTTON );
-    credits_button_label = gtk_label_new( "Credits" );
+    credits_button_label = gtk_label_new( _("Credits") );
     gtk_box_pack_start( GTK_BOX(credits_button_hbox) , credits_button_image ,
                         TRUE , TRUE , 0 );
     gtk_box_pack_start( GTK_BOX(credits_button_hbox) , credits_button_label ,