Merge pull request #1880 from SiboVG/issue-1821
Replace "Data is out of date" to "Out of date"
This commit is contained in:
commit
5515c8bf38
@ -545,7 +545,7 @@ simpanel.col.Timetoapogee = Time to apogee
|
||||
simpanel.col.Flighttime = Flight time
|
||||
simpanel.col.Groundhitvelocity = Ground hit velocity
|
||||
simpanel.ttip.uptodate = <i>Up to date</i>
|
||||
simpanel.ttip.outdated = <i><font color=\"red\">Data is out of date</font></i><br>Click <i><b>Run simulations</b></i> to simulate.
|
||||
simpanel.ttip.outdated = <i><font color=\"red\">Out of date</font></i><br>Click <i><b>Run simulations</b></i> to simulate.
|
||||
simpanel.ttip.external = <i>Imported data</i>
|
||||
simpanel.ttip.notSimulated = <i>Not simulated yet</i><br>Click <i><b>Run simulations</b></i> to simulate.
|
||||
simpanel.ttip.noData = No simulation data available.
|
||||
|
@ -446,7 +446,7 @@ simpanel.col.Timetoapogee = Time to apogee
|
||||
simpanel.col.Flighttime = Flight time
|
||||
simpanel.col.Groundhitvelocity = Ground hit velocity
|
||||
simpanel.ttip.uptodate = <i>Up to date</i>
|
||||
simpanel.ttip.outdated = <i><font color=\"red\">Data is out of date</font></i><br>Click <i><b>Run simulations</b></i> to simulate.
|
||||
simpanel.ttip.outdated = <i><font color=\"red\">Out of date</font></i><br>Click <i><b>Run simulations</b></i> to simulate.
|
||||
simpanel.ttip.external = <i>Imported data</i>
|
||||
simpanel.ttip.notSimulated = <i>Not simulated yet</i><br>Click <i><b>Run simulations</b></i> to simulate.
|
||||
simpanel.ttip.noData = No simulation data available.
|
||||
|
@ -182,7 +182,7 @@ public class CSVExport {
|
||||
break;
|
||||
|
||||
case OUTDATED:
|
||||
line += " (Data is out of date)";
|
||||
line += " (Out of date)";
|
||||
break;
|
||||
|
||||
case EXTERNAL:
|
||||
|
Loading…
x
Reference in New Issue
Block a user