comparison 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
comparison
equal deleted inserted replaced
3407:e31fc799f507 3408:aea3349e2c62
60 60
61 if(tr==NULL) 61 if(tr==NULL)
62 return ; 62 return ;
63 if(g_strrstr(tr,"last.fm")==NULL) 63 if(g_strrstr(tr,"last.fm")==NULL)
64 { 64 {
65 gtk_entry_set_text(GTK_ENTRY(lastfm_url_entry),"Not last.fm stream"); 65 gtk_entry_set_text(GTK_ENTRY(lastfm_url_entry), _("Not last.fm stream"));
66 return; 66 return;
67 } 67 }
68 68
69 #if DEBUG 69 #if DEBUG
70 g_print("New Track: %s \n",tr); 70 g_print("New Track: %s \n",tr);