Get rid of strDocu.

This commit is contained in:
Michal Čihař
2010-05-24 11:29:35 +02:00
parent bb36ae46a1
commit e0129770dc
2 changed files with 1 additions and 3 deletions

View File

@@ -2329,7 +2329,7 @@ $cfg['ErrorIconic'] = true;
$cfg['MainPageIconic'] = true;
/**
* show help button instead of strDocu (true|false)?
* show help button instead of Documentation text (true|false)?
*
* @global boolean $cfg['ReplaceHelpImg']
*/

View File

@@ -18,8 +18,6 @@ $charset = 'utf-8';
/* l10n: Text direction, use either ltr or rtl */
$text_dir = __('ltr');
$strDocu = __('Documentation');
$strLatexContent = __('Content of table __TABLE__');
$strLatexContinued = __('(continued)');
$strLatexStructure = __('Structure of table __TABLE__');