Ignore:
Timestamp:
Aug 24, 2010, 3:42:34 AM (14 years ago)
Author:
mistic100
Message:

Fix tooltips according ExtendedDescription state.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContestResults/language/en_UK/plugin.lang.php

    r6782 r6795  
    5252$lang['CR_menubar_block_number'] = 'Quantity of contests to display in the block';
    5353
    54 $lang['CR_help_lang'] = ($ED['state'] == 'active') ? "<b>You can use HTML and multilanguage descriptions.</b>" : "<b>You can use HTML.</b>";
     54$lang['CR_help_lang'] = (CR_ED_state == 'active') ? "<b>You can use HTML and multilanguage descriptions.</b>" : "<b>You can use HTML.</b>";
    5555        // <span style='font-size:0.8em;'><br/><br/>
    5656        // Multilanguage descriptions are placed between [lang=xx] and [/lang] tags, where xx is the language code (for example en, es, fr). There is also 2 special languages : [lang=default] and [lang=all].
Note: See TracChangeset for help on using the changeset viewer.