|
@@ -222,7 +222,7 @@ const char* lang_get_name_by_code(uint16_t code)
|
|
|
case LANG_CODE_DA: return _n("Dansk"); //community Danish contribution
|
|
|
#endif // COMMUNITY_LANG_GROUP1_DA
|
|
|
#ifdef COMMUNITY_LANG_GROUP1_SK
|
|
|
- case LANG_CODE_SK: return _n("Slovenčina"); //community Slovak contribution
|
|
|
+ case LANG_CODE_SK: return _n("Slovencina"); //community Slovak contribution
|
|
|
#endif // COMMUNITY_LANG_GROUP1_SK
|
|
|
#ifdef COMMUNITY_LANG_GROUP1_SL
|
|
|
case LANG_CODE_SL: return _n("Slovenscina"); //community Slovanian contribution
|