From 6337416cc49f1cbb856daef8d99308a56af962dc Mon Sep 17 00:00:00 2001 From: SiboVG Date: Mon, 12 Dec 2022 19:48:33 +0100 Subject: [PATCH] Replace "Data is out of date" to "Out of date" --- core/resources/l10n/messages.properties | 2 +- core/resources/l10n/messages_uk_UA.properties | 2 +- core/src/net/sf/openrocket/file/CSVExport.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/resources/l10n/messages.properties b/core/resources/l10n/messages.properties index 919c15396..d7e03049c 100644 --- a/core/resources/l10n/messages.properties +++ b/core/resources/l10n/messages.properties @@ -545,7 +545,7 @@ simpanel.col.Timetoapogee = Time to apogee simpanel.col.Flighttime = Flight time simpanel.col.Groundhitvelocity = Ground hit velocity simpanel.ttip.uptodate = Up to date -simpanel.ttip.outdated = Data is out of date
Click Run simulations to simulate. +simpanel.ttip.outdated = Out of date
Click Run simulations to simulate. simpanel.ttip.external = Imported data simpanel.ttip.notSimulated = Not simulated yet
Click Run simulations to simulate. simpanel.ttip.noData = No simulation data available. diff --git a/core/resources/l10n/messages_uk_UA.properties b/core/resources/l10n/messages_uk_UA.properties index 988ca8d0b..1360c1164 100644 --- a/core/resources/l10n/messages_uk_UA.properties +++ b/core/resources/l10n/messages_uk_UA.properties @@ -446,7 +446,7 @@ simpanel.col.Timetoapogee = Time to apogee simpanel.col.Flighttime = Flight time simpanel.col.Groundhitvelocity = Ground hit velocity simpanel.ttip.uptodate = Up to date -simpanel.ttip.outdated = Data is out of date
Click Run simulations to simulate. +simpanel.ttip.outdated = Out of date
Click Run simulations to simulate. simpanel.ttip.external = Imported data simpanel.ttip.notSimulated = Not simulated yet
Click Run simulations to simulate. simpanel.ttip.noData = No simulation data available. diff --git a/core/src/net/sf/openrocket/file/CSVExport.java b/core/src/net/sf/openrocket/file/CSVExport.java index 042ae77c0..2536450eb 100644 --- a/core/src/net/sf/openrocket/file/CSVExport.java +++ b/core/src/net/sf/openrocket/file/CSVExport.java @@ -182,7 +182,7 @@ public class CSVExport { break; case OUTDATED: - line += " (Data is out of date)"; + line += " (Out of date)"; break; case EXTERNAL: