diff options
Diffstat (limited to 'inc/poche')
-rwxr-xr-x | inc/poche/Poche.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 6a48f2ad..30d42c61 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -761,7 +761,7 @@ class Poche | |||
761 | Tools::logm('Import of articles finished: '.$i.' articles added (w/o content if not provided).'); | 761 | Tools::logm('Import of articles finished: '.$i.' articles added (w/o content if not provided).'); |
762 | } | 762 | } |
763 | else { | 763 | else { |
764 | $this->messages->add('s', _('Did you forget to select a file?')); | 764 | $this->messages->add('e', _('Did you forget to select a file?')); |
765 | } | 765 | } |
766 | // file parsing finished here | 766 | // file parsing finished here |
767 | // now download article contents if any | 767 | // now download article contents if any |