summaryrefslogtreecommitdiff
path: root/plugins/import_export/import_export.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/import_export/import_export.php')
-rw-r--r--plugins/import_export/import_export.php2
1 files changed, 1 insertions, 1 deletions
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");
}