Commit 36b69b28657702267a0393efaa87aba9462f2e86
1 parent
5878d887
--no commit message
Showing
1 changed file
with
2 additions
and
2 deletions
src/com/upc/pbe/upcnews/Directoris.java
... | ... | @@ -121,8 +121,8 @@ public class Directoris extends Activity implements OnClickListener { |
121 | 121 | if (urlvideo == "No s'ha trobat") { |
122 | 122 | Toast.makeText( |
123 | 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 | 126 | .show(); |
127 | 127 | } else { |
128 | 128 | d = new Descarrega(urlvideo, file, folder); | ... | ... |