forgot to mention that youtube-dl is no longer required

SVN revision: 48720
This commit is contained in:
Hannes Janetzek 2010-05-09 18:32:36 +00:00
parent c5711e725f
commit 81281628b9
1 changed files with 1 additions and 1 deletions

View File

@ -1214,7 +1214,7 @@ _basic_create(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cfdata)
ow = e_widget_label_add(evas, _("Youtube converter"));
e_widget_framelist_object_append(of, ow);
ow = e_widget_label_add(evas, _("requires mencoder and youtube-dl"));
ow = e_widget_label_add(evas, _("requires mencoder and mp3lame"));
e_widget_framelist_object_append(of, ow);
ow = e_widget_entry_add(evas, &cfdata->convert_cmd, NULL, NULL, NULL);
e_widget_framelist_object_append(of, ow);