From 0ac22f29ca24068876233d3d75f55b1a7d9c7072 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 25 Dec 2012 10:06:35 +0400 Subject: plugins cleanup, update descriptions --- plugins/import_export/README.txt | 1 - plugins/import_export/import_export.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 plugins/import_export/README.txt (limited to 'plugins/import_export') 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"); } -- cgit v1.2.3