aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-02-19 01:39:47 +0100
committerThomas Citharel <tcit@tcit.fr>2015-02-19 01:39:47 +0100
commit9e5dc91c0383973470f2292b1ec123c48e908e17 (patch)
tree0ea2b7eb9db0a1cf5c12f52a0a877fbd1ebb043c /inc
parent8cebef88ec2c8454e13ac6509528e96fd1a0e008 (diff)
parent520a573c50cbeec2d892c19b9fd4eaa1e90e7486 (diff)
downloadwallabag-9e5dc91c0383973470f2292b1ec123c48e908e17.tar.gz
wallabag-9e5dc91c0383973470f2292b1ec123c48e908e17.tar.zst
wallabag-9e5dc91c0383973470f2292b1ec123c48e908e17.zip
Merge branch 'dev' of github.com:wallabag/wallabag into dev
Diffstat (limited to 'inc')
-rwxr-xr-xinc/poche/Poche.class.php2
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