diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-08-05 16:21:57 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-08-05 16:21:57 +0000 |
| commit | 8fa5e46cfc3fed617193d354c754c9e4dad1b0eb (patch) | |
| tree | bb2548b994aaba60426003140efeb6204dd6618c /plugins/data.dropdown.php | |
| parent | 4922bf08cd923f9f0521fba3fceef0314c018428 (diff) | |
| download | liberty-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.php | 4 |
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', |
