Translation to Brazilian Portuguese

1008-fix
José Robson Mariano Alves 2018-05-16 10:22:57 -03:00
parent dbd1f601da
commit 0c16d9a272
1 changed files with 1 additions and 1 deletions

View File

@ -1720,7 +1720,7 @@ char CApplication::GetLanguageChar() const
break; break;
case LANGUAGE_PORTUGUESE_BRAZILIAN: case LANGUAGE_PORTUGUESE_BRAZILIAN:
langChar = 'P'; langChar = 'B';
break; break;
} }