diff options
| author | Daniel Sutcliffe <dansut@users.sourceforge.net> | 2009-01-27 17:43:38 +0000 |
|---|---|---|
| committer | Daniel Sutcliffe <dansut@users.sourceforge.net> | 2009-01-27 17:43:38 +0000 |
| commit | 7635fb06705efa2e5ed0ece284401d2b22f6b64b (patch) | |
| tree | f6ffa029548746baab06bbdcde37f88461d940ef | |
| parent | ffb67cb666775921492e65c181cffeb5a1b3157e (diff) | |
| download | liberty-7635fb06705efa2e5ed0ece284401d2b22f6b64b.tar.gz liberty-7635fb06705efa2e5ed0ece284401d2b22f6b64b.tar.bz2 liberty-7635fb06705efa2e5ed0ece284401d2b22f6b64b.zip | |
Help text fixes
| -rw-r--r-- | plugins/data.quote.php | 2 | ||||
| -rw-r--r-- | plugins/data.renderer.php | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/data.quote.php b/plugins/data.quote.php index 052ecb1..70fbf08 100644 --- a/plugins/data.quote.php +++ b/plugins/data.quote.php @@ -34,7 +34,7 @@ $pluginParams = array ( 'help_function' => 'data_quote_help', 'title' => 'Quote', 'help_page' => 'DataPluginQuote', - 'description' => tra( "This plugin will render the given content as discribed by the content_type given" ), + 'description' => tra( "This plugin allows content to be attributed to other authors and visually indicated." ), 'syntax' => "{quote format_guid= user= comment_id= }.. content ..{/quote}", 'plugin_type' => DATA_PLUGIN ); diff --git a/plugins/data.renderer.php b/plugins/data.renderer.php index 2aea968..550da1d 100644 --- a/plugins/data.renderer.php +++ b/plugins/data.renderer.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.7 $ + * @version $Revision: 1.8 $ * @package liberty * @subpackage plugins_data */ @@ -18,7 +18,7 @@ // | by: wjames5 // | Reworked from: data.articles.php from wikiplugin_articles.php // +----------------------------------------------------------------------+ -// $Id: data.renderer.php,v 1.7 2008/11/09 09:08:55 squareing Exp $ +// $Id: data.renderer.php,v 1.8 2009/01/27 17:43:38 dansut Exp $ /** * definitions @@ -34,7 +34,7 @@ $pluginParams = array ( 'help_function' => 'data_renderer_help', 'title' => 'Renderer', 'help_page' => 'DataPluginRenderer', - 'description' => tra( "This plugin will render the given content as discribed by the contnet_type given" ), + 'description' => tra( "This plugin will render the given content as described by the content_type given." ), 'syntax' => "{renderer class= format_guid= }.. content ..{/renderer}", 'plugin_type' => DATA_PLUGIN ); |
