Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/GENOM/GEN_translations.cxx

    r5853 r6141  
    6060    GRS_NO_CHANGE           = 0,  // no translation found 
    6161    GRS_FAILED              = 1,  // error is set 
    62     GRS_TRANSLATION_REMOVED = 2,  // translation was present, reproducable and has been removed 
     62    GRS_TRANSLATION_REMOVED = 2,  // translation was present, reproducible and has been removed 
    6363    GRS_TRANSLATION_FAILED  = 4,  // translation differed (wrote ARB translation to field  'ARB_translation') 
    6464    GRS_START_CODON_WRONG   = 8,  // translation differed only in start codon 
     
    227227        if (first_warning) { // show details once  
    228228            warn(cd, 
    229                  "Note: Reproducable translations were removed from database.\n" 
     229                 "Note: Reproducible translations were removed from database.\n" 
    230230                 "      Failed translations were left in database and an additional\n" 
    231231                 "      field 'ARB_translation' was added."); 
    232232            warn(cd, GBS_global_string("- %i genes had no translation entry", no_entry)); 
    233             warn(cd, GBS_global_string("- %i translations were reproducable", ok)); 
     233            warn(cd, GBS_global_string("- %i translations were reproducible", ok)); 
    234234            first_warning = false; 
    235235        }