mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Renamed Liberation to Retribution in the following files: (#62)
This commit is contained in:
@@ -94,10 +94,10 @@ class Linter(LinterBase):
|
||||
self.reporter.write(report)
|
||||
|
||||
def stream_reports(self) -> ReportStream:
|
||||
yield H1("Liberation data report")
|
||||
yield H1("Retribution data report")
|
||||
yield self.describe_version()
|
||||
yield Paragraph(
|
||||
"This report documents missing supplemental data in Liberation. This is "
|
||||
"This report documents missing supplemental data in Retribution. This is "
|
||||
"only able to report data that is missing as compared to pydcs. If pydcs "
|
||||
"is missing DCS data, that cannot be reported."
|
||||
)
|
||||
@@ -115,7 +115,7 @@ class Linter(LinterBase):
|
||||
text=True,
|
||||
).stdout.strip()
|
||||
return Paragraph(
|
||||
f"This report was generated for DCS Liberation {VERSION} ({sha}) on "
|
||||
f"This report was generated for DCS Retribution {VERSION} ({sha}) on "
|
||||
f"{date.today()} with pydcs {self.describe_pydcs()}."
|
||||
)
|
||||
|
||||
|
||||
@@ -118,7 +118,7 @@ def main() -> None:
|
||||
first_start = liberation_install.init()
|
||||
if first_start:
|
||||
sys.exit(
|
||||
"Cannot view payloads without configuring DCS Liberation. Start the UI for "
|
||||
"Cannot view payloads without configuring DCS Retribution. Start the UI for "
|
||||
"the first run configuration."
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user