# HG changeset patch # User nenolod # Date 1138301249 28800 # Node ID 9da0f92ce2efc2f19665c6e3b0743fb4b9474119 # Parent d9f6ab166d58ef3ea14fd8ff245449c859b75fb9 [svn] make "Credits" translatable. diff -r d9f6ab166d58 -r 9da0f92ce2ef audacious/about.c --- 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 ,