Changeset 6141 for trunk/GENOM/GEN_translations.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/GENOM/GEN_translations.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/GENOM/GEN_translations.cxx
r5853 r6141 60 60 GRS_NO_CHANGE = 0, // no translation found 61 61 GRS_FAILED = 1, // error is set 62 GRS_TRANSLATION_REMOVED = 2, // translation was present, reproduc able and has been removed62 GRS_TRANSLATION_REMOVED = 2, // translation was present, reproducible and has been removed 63 63 GRS_TRANSLATION_FAILED = 4, // translation differed (wrote ARB translation to field 'ARB_translation') 64 64 GRS_START_CODON_WRONG = 8, // translation differed only in start codon … … 227 227 if (first_warning) { // show details once 228 228 warn(cd, 229 "Note: Reproduc able translations were removed from database.\n"229 "Note: Reproducible translations were removed from database.\n" 230 230 " Failed translations were left in database and an additional\n" 231 231 " field 'ARB_translation' was added."); 232 232 warn(cd, GBS_global_string("- %i genes had no translation entry", no_entry)); 233 warn(cd, GBS_global_string("- %i translations were reproduc able", ok));233 warn(cd, GBS_global_string("- %i translations were reproducible", ok)); 234 234 first_warning = false; 235 235 }
