Save game: text correction
[ci skip]
This commit is contained in:
parent
c284a080e3
commit
d338c90381
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ bool savegame::check_overwrite()
|
|||
bool savegame::check_filename(const std::string& filename)
|
||||
{
|
||||
if(filesystem::is_compressed_file(filename)) {
|
||||
gui2::show_error_message(_("Save names should not end on ‘.gz’ or ‘.bz2’. Please remove the extension."));
|
||||
gui2::show_error_message(_("Save names should not end with ‘.gz’ or ‘.bz2’. Please remove the extension."));
|
||||
return false;
|
||||
} else if(!filesystem::is_legal_user_file_name(filename)) {
|
||||
// This message is not all-inclusive. This is on purpose. Few people
|
||||
|
|
Loading…
Add table
Reference in a new issue