@@ -40,7 +40,7 @@ discard block |
||
40 | 40 | $this->model->get_cached_image($item['poster_image'], $item['id'], 'manga'); |
41 | 41 | $current++; |
42 | 42 | |
43 | - echo "Cached {$current} of {$total} manga images. \n"; |
|
43 | + echo "cached {$current} of {$total} manga images. \n"; |
|
44 | 44 | } |
45 | 45 | } |
46 | 46 | |
@@ -60,7 +60,7 @@ discard block |
||
60 | 60 | $this->model->get_cached_image($item['anime']['cover_image'], $item['anime']['slug'], 'anime'); |
61 | 61 | $current++; |
62 | 62 | |
63 | - echo "Cached {$current} of {$total} anime images. \n"; |
|
63 | + echo "cached {$current} of {$total} anime images. \n"; |
|
64 | 64 | } |
65 | 65 | } |
66 | 66 |