Changeset 1513

Show
Ignore:
Timestamp:
06/06/08 16:38:10 (7 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/admin/CherokeeManagement.py

    r1512 r1513  
    228228        except: 
    229229            pass 
    230         if cont: 
    231             break 
    232230         
    233231        try: 
  • cherokee/trunk/admin/ModuleGeoip.py

    r1509 r1513  
    88ISO3166_URL      = "http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm" 
    99NOTE_NEW_COUNTRY = "Add the initial country. It's possible to add more later on." 
     10NOTE_ADD_COUNTRY = "Pick an additional country to add to the country list." 
    1011NOTE_COUNTRIES   = "List of countries from the client IPs. It must use the " + \ 
    1112    "<a target=\"_blank\" href=\"%s\">ISO 3166</a> contry notation." % (ISO3166_URL) 
     
    4445 
    4546        content = ADD_FLAGS_TO_KEY_JS + str(flags) + button 
    46         self.AddProp (table, 'Add Country', "", content, NOTE_NEW_COUNTRY) 
     47        self.AddProp (table, 'Add Country', "", content, NOTE_ADD_COUNTRY) 
    4748 
    4849        return str(table)