summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/format.simpletext.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/format.simpletext.php b/plugins/format.simpletext.php
index db9d136..e8a48d4 100644
--- a/plugins/format.simpletext.php
+++ b/plugins/format.simpletext.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
* @package liberty
* @subpackage plugins_format
*/
@@ -15,7 +15,7 @@ $pluginParams = array (
'load_function' => 'simpletext_parse_data',
'verify_function' => 'simpletext_verify_data',
'description' => 'Simple Syntax Format Parser',
- 'edit_label' => 'TEXT',
+ 'edit_label' => 'Plain Text',
'edit_field' => PLUGIN_GUID_SIMPLETEXT,
'help_page' => 'SimpleTextSyntax',
'plugin_type' => FORMAT_PLUGIN,