Skip to content

Commit

Permalink
Fixup 2b0e2b1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Apr 25, 2018
1 parent 2b0e2b1 commit a19ea57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language.cpp
Expand Up @@ -43,7 +43,7 @@ namespace {
language_def current_language;
std::vector<config> languages_;
utils::string_map strings_;
const unsigned MIN_TRANSLATION_PERCENT = 80;
const int MIN_TRANSLATION_PERCENT = 80;
}

static language_list known_languages;
Expand Down

0 comments on commit a19ea57

Please sign in to comment.