diff src/audacious/ui_lastfm.c @ 3408:aea3349e2c62 trunk

oops, missed an untranslated string in last.fm GUI
author mf0102 <0102@gmx.at>
date Thu, 30 Aug 2007 17:41:40 +0200
parents dc5ac604569d
children
line wrap: on
line diff
--- a/src/audacious/ui_lastfm.c	Thu Aug 30 17:36:40 2007 +0200
+++ b/src/audacious/ui_lastfm.c	Thu Aug 30 17:41:40 2007 +0200
@@ -62,7 +62,7 @@
         return ;
     if(g_strrstr(tr,"last.fm")==NULL) 
     {
-        gtk_entry_set_text(GTK_ENTRY(lastfm_url_entry),"Not last.fm stream");
+        gtk_entry_set_text(GTK_ENTRY(lastfm_url_entry), _("Not last.fm stream"));
         return;
     }