summaryrefslogtreecommitdiff
path: root/plugins/import_export
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-25 10:06:35 +0400
committerAndrew Dolgov <[email protected]>2012-12-25 10:06:35 +0400
commit0ac22f29ca24068876233d3d75f55b1a7d9c7072 (patch)
tree451d3078b752d101b159a9d31faaf191bb2331bf /plugins/import_export
parentd2a421e3cbaa782748840fc19afad4ac65f044b8 (diff)
plugins cleanup, update descriptions
Diffstat (limited to 'plugins/import_export')
-rw-r--r--plugins/import_export/README.txt1
-rw-r--r--plugins/import_export/import_export.php2
2 files changed, 1 insertions, 2 deletions
diff --git a/plugins/import_export/README.txt b/plugins/import_export/README.txt
deleted file mode 100644
index 2808db231..000000000
--- a/plugins/import_export/README.txt
+++ /dev/null
@@ -1 +0,0 @@
-Performs import and export of tt-rss user data using neutral XML format.
diff --git a/plugins/import_export/import_export.php b/plugins/import_export/import_export.php
index 823976565..de21dbf32 100644
--- a/plugins/import_export/import_export.php
+++ b/plugins/import_export/import_export.php
@@ -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");
}