aboutsummaryrefslogtreecommitdiffhomepage
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
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
-rw-r--r--README.md2
-rwxr-xr-xinc/poche/Poche.class.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 38866f7a..4e8379a7 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,6 @@ wallabag is a self hostable application allowing you to not miss any content any
4More informations on our website: [wallabag.org](http://wallabag.org) 4More informations on our website: [wallabag.org](http://wallabag.org)
5 5
6## License 6## License
7Copyright © 2013-2014 Nicolas Lœuillet <nicolas@loeuillet.org> 7Copyright © 2013-2015 Nicolas Lœuillet <nicolas@loeuillet.org>
8This work is free. You can redistribute it and/or modify it under the 8This work is free. You can redistribute it and/or modify it under the
9terms of the MIT License. See the COPYING file for more details. 9terms of the MIT License. See the COPYING file for more details.
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