Commit 36b69b28657702267a0393efaa87aba9462f2e86

Authored by Imanol-Mikel Barba Sabariego
1 parent 5878d887

--no commit message

src/com/upc/pbe/upcnews/Directoris.java
@@ -121,8 +121,8 @@ public class Directoris extends Activity implements OnClickListener { @@ -121,8 +121,8 @@ public class Directoris extends Activity implements OnClickListener {
121 if (urlvideo == "No s'ha trobat") { 121 if (urlvideo == "No s'ha trobat") {
122 Toast.makeText( 122 Toast.makeText(
123 this, 123 this,
124 - "El directori " + b.getText()  
125 - + " no conté cap fitxer .m3u8", Toast.LENGTH_LONG) 124 + "The directory " + b.getText()
  125 + + " does not contain any '.m3u8' file", Toast.LENGTH_LONG)
126 .show(); 126 .show();
127 } else { 127 } else {
128 d = new Descarrega(urlvideo, file, folder); 128 d = new Descarrega(urlvideo, file, folder);