summaryrefslogtreecommitdiff
path: root/plugins/data.dropdown.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-08-05 16:21:57 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-08-05 16:21:57 +0000
commit8fa5e46cfc3fed617193d354c754c9e4dad1b0eb (patch)
treebb2548b994aaba60426003140efeb6204dd6618c /plugins/data.dropdown.php
parent4922bf08cd923f9f0521fba3fceef0314c018428 (diff)
downloadliberty-8fa5e46cfc3fed617193d354c754c9e4dad1b0eb.tar.gz
liberty-8fa5e46cfc3fed617193d354c754c9e4dad1b0eb.tar.bz2
liberty-8fa5e46cfc3fed617193d354c754c9e4dad1b0eb.zip
clean up plugins to have a uniform help display
Diffstat (limited to 'plugins/data.dropdown.php')
-rw-r--r--plugins/data.dropdown.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/data.dropdown.php b/plugins/data.dropdown.php
index 36de881..7119aaf 100644
--- a/plugins/data.dropdown.php
+++ b/plugins/data.dropdown.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Revision: 1.11 $
+ * @version $Revision: 1.12 $
* @package liberty
* @subpackage plugins_data
*/
@@ -27,7 +27,7 @@ $pluginParams = array (
'auto_activate' => TRUE,
'requires_pair' => TRUE,
'load_function' => 'data_dropdown',
- 'title' => 'DropDown (DD)',
+ 'title' => 'DropDown',
'help_page' => 'DataPluginDropDown',
'description' => tra("This plugin creates a expandable box of text.. All text should be entered between the ") . "{DD} " . tra("blocks."),
'help_function' => 'data_dropdown_help',