Assembla home | Assembla project page
 

Changeset 1091

Show
Ignore:
Timestamp:
09/27/08 00:45:10 (2 months ago)
Author:
Pernod
Message:

Fixed a typo in the language editor.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swisscenter/config/config_language.php

    r1084 r1091  
    163163      form_input('lang_name',str('LANG_NATIVE'),20); 
    164164      form_input('lang_id',str('LANG_ISO639'),10); 
    165       form_label(str('LANG_NEW_PROMPT', '<a href=http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes>ISO&nbsp639-1</a>', 
    166                                         '<a href=http://en.wikipedia.org/wiki/ISO_3166-1>ISO&nbsp3166-1</a>')); 
     165      form_label(str('LANG_NEW_PROMPT', '<a href=http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes>ISO&nbsp;639-1</a>', 
     166                                        '<a href=http://en.wikipedia.org/wiki/ISO_3166-1>ISO&nbsp;3166-1</a>')); 
    167167      form_submit(str('LANG_NEW_BUTTON'),2); 
    168168      form_end();