Changeset 7157


Ignore:
Timestamp:
Oct 11, 2010, 12:05:19 AM (14 years ago)
Author:
duke
Message:

fixed some typos

File:
1 edited

Legend:

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

    r3305 r7157  
    22        global $lang;
    33       
    4                 $lang['admin_liste']            = "Liste :";   
     4                $lang['admin_liste']            = "List :";     
    55       
    66        $lang['p_help']                 = "Paragraph : [p]Paragraph[/p]";       
    7         $lang['b_help']                 = "Bold : [b]pold[/b]";
     7        $lang['b_help']                 = "Bold : [b]bold[/b]";
    88        $lang['i_help']                 = "Italic : [i]italic[/i]";
    99        $lang['u_help']                 = "Underline : [u]underline[/u]";       
     
    1212        $lang['center_help']    = "Center : [center]center[/center]";
    1313        $lang['right_help']     = "Right : [right]right[/right]";
    14         $lang['ul_help']                = "List : [ul][li]element[/li][/ul]";
    15         $lang['ol_help']                = "List : [ol][li]element[/li][/ol]";
     14        $lang['ul_help']                = "Unordered List : [ul][li]element[/li][/ul]";
     15        $lang['ol_help']                = "Ordered List : [ol][li]element[/li][/ol]";
    1616       
    1717        $lang['quote_help']     = "Quote : [quote]quote[/quote]";
     
    4646        $lang['preview']                = "Preview";
    4747       
    48         $lang['help']                   = "Easy way: A working can be applied to the selected text.";
     48        $lang['help']                   = "Easy way: A formatting can be applied to the selected text.";
    4949       
    5050        $lang['repicon']                = "Icons directory.";
Note: See TracChangeset for help on using the changeset viewer.