Merge pull request #1665 from wallabag/v2-translations

lots of diverse translation stuff & some typos
This commit is contained in:
Jeremy Benoist
2016-02-11 16:48:46 +01:00
9 changed files with 74 additions and 18 deletions

View File

@ -27,7 +27,7 @@ class WallabagV2Import extends WallabagV1Import implements ImportInterface
*/
public function getDescription()
{
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.';
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.';
}
/**