src/Aircraft/replay.cxx: minor improvement to recovery snapshot failure dialogue text.
This commit is contained in:
parent
1868d66e45
commit
ccddbffbd0
1 changed files with 4 additions and 2 deletions
|
@ -1102,8 +1102,10 @@ FGReplay::update( double dt )
|
|||
rename(path_temp.c_str(), path.c_str());
|
||||
}
|
||||
else {
|
||||
std::string message = "Failed to update recovery file: " + path.str();
|
||||
popupTip(message.c_str(), 3 /*delay*/);
|
||||
std::string message = "Failed to update recovery snapshot file '" + path.str() + "';"
|
||||
+ " See File / Flight Recorder Control / 'Maintain recovery snapshot'."
|
||||
;
|
||||
popupTip(message.c_str(), 10 /*delay*/);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue