]> git.immae.eu Git - github/wallabag/wallabag.git/commit
EntriesExport: change authors and title when not single entry export
authorKevin Decherf <kevin@kdecherf.com>
Sun, 6 Jan 2019 19:17:35 +0000 (20:17 +0100)
committerKevin Decherf <kevin@kdecherf.com>
Mon, 7 Jan 2019 20:44:14 +0000 (21:44 +0100)
commitf8108346236e18768c08d6c0d4dc5fb4dfe13b78
tree01bcdba72843de45788e0ace43ddf1133ec6412d
parent30cf72bf55cdb2130e9096b1f7bcfa2f2ea1df1c
EntriesExport: change authors and title when not single entry export

Change '{method} authors' (which gives 'Tag_entries authors' when
exporting a tag) to 'Various authors'.

When exporting a tag (tag_entries), change the title from 'Tag_entries
articles' to 'Tag {tag} articles'.

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
src/Wallabag/CoreBundle/Controller/ExportController.php
src/Wallabag/CoreBundle/Helper/EntriesExport.php