diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-02-18 19:16:42 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-02-18 19:16:42 +0100 |
commit | df89c6f71adebfdb754ec3eb2fd775d8efbdb280 (patch) | |
tree | a93ec906dbb03ec70e9cdc5dc876392c6d758e97 | |
parent | aa245deedc74cf46e993c028635b278e2ca6e071 (diff) | |
download | wallabag-df89c6f71adebfdb754ec3eb2fd775d8efbdb280.tar.gz wallabag-df89c6f71adebfdb754ec3eb2fd775d8efbdb280.tar.zst wallabag-df89c6f71adebfdb754ec3eb2fd775d8efbdb280.zip |
Change message type from success to error
See #1096
-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 |