1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 23:05:55 +00:00

plugins cleanup, update descriptions

This commit is contained in:
Andrew Dolgov
2012-12-25 10:06:35 +04:00
parent d2a421e3cb
commit 0ac22f29ca
15 changed files with 7 additions and 15 deletions

View File

@@ -1 +0,0 @@
Performs import and export of tt-rss user data using neutral XML format.

View File

@@ -14,7 +14,7 @@ class Import_Export extends Plugin implements IHandler {
function about() {
return array(1.0,
"Imports and exports user data using a neutral XML format",
"Imports and exports user data using neutral XML format",
"fox");
}