Moved data/translations/english.cfg -> data/english.cfg

and removed data/translations
This commit is contained in:
Benoît Timbert 2006-01-08 21:50:56 +00:00
parent 7ec60ad91d
commit d4ce02f6bb
2 changed files with 1 additions and 1 deletions

View file

@ -192,7 +192,7 @@ bool set_language(const language_def& locale)
// fill string_table (should be moved somwhere else some day) // fill string_table (should be moved somwhere else some day)
try { try {
scoped_istream stream = preprocess_file("data/translations/english.cfg"); scoped_istream stream = preprocess_file("data/english.cfg");
read(cfg, *stream); read(cfg, *stream);
} catch(config::error& e) { } catch(config::error& e) {
std::cerr << "Could not read english.cfg\n"; std::cerr << "Could not read english.cfg\n";