aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-02-11 01:42:37 +0100
committerThomas Citharel <tcit@tcit.fr>2016-02-11 01:42:37 +0100
commit4c07a83b6911852b69ebb0b55b6608b6563b8712 (patch)
tree2501d38841f64c264eb09197c9d9104b78865517 /src/Wallabag/ImportBundle/Import
parentae5b37ef2e52c06182bc6edb14f6b3aae381ddb4 (diff)
downloadwallabag-4c07a83b6911852b69ebb0b55b6608b6563b8712.tar.gz
wallabag-4c07a83b6911852b69ebb0b55b6608b6563b8712.tar.zst
wallabag-4c07a83b6911852b69ebb0b55b6608b6563b8712.zip
lots of diverse translation stuff & some typos
Diffstat (limited to 'src/Wallabag/ImportBundle/Import')
-rw-r--r--src/Wallabag/ImportBundle/Import/WallabagV2Import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/ImportBundle/Import/WallabagV2Import.php b/src/Wallabag/ImportBundle/Import/WallabagV2Import.php
index c5c0d5a7..7125eabc 100644
--- a/src/Wallabag/ImportBundle/Import/WallabagV2Import.php
+++ b/src/Wallabag/ImportBundle/Import/WallabagV2Import.php
@@ -27,7 +27,7 @@ class WallabagV2Import extends WallabagV1Import implements ImportInterface
27 */ 27 */
28 public function getDescription() 28 public function getDescription()
29 { 29 {
30 return 'This importer will import all your wallabag v2 articles. On the export sidebar, click on "JSON". You will have a "Unread articles.json" file.'; 30 return 'This importer will import all your wallabag v2 articles. Go to All articles, then, on the export sidebar, click on "JSON". You will have a "All articles.json" file.';
31 } 31 }
32 32
33 /** 33 /**