Add warning when using Observer table Horizons data

This commit is contained in:
Malin E
2022-02-28 15:51:36 +01:00
parent a8158a3f1e
commit ab371c0f6a
2 changed files with 19 additions and 15 deletions
@@ -845,7 +845,7 @@ bool HorizonsDialog::handleResult(openspace::HorizonsFile::ResultCode& result) {
// Format: ID#, Name, Designation, IAU/aliases/other
// Line after data: Number of matches = X. Use ID# to make unique selection.
appendLog("Multiple matches was found for target '" + _targetName + "'",
appendLog("Multiple matches were found for target '" + _targetName + "'",
HorizonsDialog::LogLevel::Warning
);