summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-09-15 14:31:14 +0000
committerwjames5 <will@tekimaki.com>2009-09-15 14:31:14 +0000
commit4288e85332c2c8bedb1dc493c852d6b5fd886c73 (patch)
tree0cea1907e4e147109861bdd30490992ec875324e
parent4193b069748f4da94cbb16721fb9a280a29d7c36 (diff)
downloadliberty-4288e85332c2c8bedb1dc493c852d6b5fd886c73.tar.gz
liberty-4288e85332c2c8bedb1dc493c852d6b5fd886c73.tar.bz2
liberty-4288e85332c2c8bedb1dc493c852d6b5fd886c73.zip
improve description of format, use vernacular
-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,