Renamed Liberation to Retribution in the following files: (#62)

This commit is contained in:
MetalStormGhost
2023-01-01 16:29:08 +02:00
committed by GitHub
parent d2a7de2775
commit 42f488df0b
4 changed files with 7 additions and 7 deletions

View File

@@ -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()}."
)

View File

@@ -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."
)