diff options
-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 9424e3ff..fd2600f3 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -754,7 +754,7 @@ class Poche | |||
754 | Tools::logm('Import of articles finished: '.$i.' articles added (w/o content if not provided).'); | 754 | Tools::logm('Import of articles finished: '.$i.' articles added (w/o content if not provided).'); |
755 | } | 755 | } |
756 | else { | 756 | else { |
757 | $this->messages->add('s', _('Did you forget to select a file?')); | 757 | $this->messages->add('e', _('Did you forget to select a file?')); |
758 | } | 758 | } |
759 | // file parsing finished here | 759 | // file parsing finished here |
760 | // now download article contents if any | 760 | // now download article contents if any |