diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a7b21247..a22c9080 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ Note that you may need to remove the filter for open bugs if it's something we'v ## Making content for Liberation -You can create new campaigns : See [campaign creation wiki](https://github.com/dcs-liberation/dcs_liberation/wiki/Custom-Campaigns). +You can create new campaigns : See [campaign creation wiki](https://github.com/dcs-retribution/dcs-retribution/wiki/Custom-Campaigns). You can also improve existing campaigns. You can then submit new campaigns on the "campaigns" channel on Discord, or by making a pull request if you are comfortable with git. diff --git a/README.md b/README.md index f23a1692..72e55622 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ## About DCS Retribution (Last update: 2023-05-20) -DCS Retribution was forked from [DCS Liberation](https://github.com/dcs-retribution/dcs-retribution), +DCS Retribution was forked from [DCS Liberation](https://github.com/dcs-liberation/dcs_liberation), which is a [DCS World](https://www.digitalcombatsimulator.com/en/products/world/) turn based single-player or co-op dynamic campaign. It is an external program that generates full and complex DCS missions and manage a persistent combat environment. @@ -76,7 +76,7 @@ for that release. Items in the To do column are planned to be added to that rele Tutorials, contributors and developer's guides are available in the project's [Wiki](https://github.com/dcs-retribution/dcs-retribution/wiki/) -(These need to be written again, meanwhile you can refer to +(Some historical information is also availabe on [Liberation's Wiki](https://github.com/dcs-liberation/dcs_liberation/wiki/)) ## Special Thanks diff --git a/game/version.py b/game/version.py index e168d9fd..9eb3fa54 100644 --- a/game/version.py +++ b/game/version.py @@ -125,7 +125,7 @@ VERSION = _build_version_string() #: #: Version 9.0 #: * Campaign files now define the initial squadron layouts. See -#: https://github.com/dcs-liberation/dcs_liberation/wiki/Custom-Campaigns. +#: https://github.com/dcs-retribution/dcs-retribution/wiki/Custom-Campaigns. #: * CV and LHA control points now get their names from the group name in the campaign #: miz. #: diff --git a/qt_ui/windows/mission/QPackageDialog.py b/qt_ui/windows/mission/QPackageDialog.py index 7b0c8948..8b429df6 100644 --- a/qt_ui/windows/mission/QPackageDialog.py +++ b/qt_ui/windows/mission/QPackageDialog.py @@ -108,7 +108,7 @@ class QPackageDialog(QDialog): self.tot_column.addWidget(self.auto_asap) self.tot_help_label = QLabel( - 'Help' + 'Help' ) self.tot_help_label.setAlignment(Qt.AlignCenter) self.tot_help_label.setOpenExternalLinks(True) diff --git a/qt_ui/windows/mission/flight/payload/QFlightPayloadTab.py b/qt_ui/windows/mission/flight/payload/QFlightPayloadTab.py index 2f4e50a9..a9b49840 100644 --- a/qt_ui/windows/mission/flight/payload/QFlightPayloadTab.py +++ b/qt_ui/windows/mission/flight/payload/QFlightPayloadTab.py @@ -106,7 +106,7 @@ class QFlightPayloadTab(QFrame): # Docs Link docsText = QLabel( - 'How to create your own default loadout' + 'How to create your own default loadout' ) docsText.setAlignment(Qt.AlignCenter) docsText.setOpenExternalLinks(True) diff --git a/qt_ui/windows/newgame/WizardPages/QFactionSelection.py b/qt_ui/windows/newgame/WizardPages/QFactionSelection.py index f97736e7..7f851b0b 100644 --- a/qt_ui/windows/newgame/WizardPages/QFactionSelection.py +++ b/qt_ui/windows/newgame/WizardPages/QFactionSelection.py @@ -174,7 +174,7 @@ class FactionSelection(QtWidgets.QWizardPage): # Docs Link docsText = QtWidgets.QLabel( - 'How to create your own faction' + 'How to create your own faction' ) docsText.setAlignment(Qt.AlignCenter) docsText.setOpenExternalLinks(True) diff --git a/qt_ui/windows/newgame/WizardPages/QTheaterConfiguration.py b/qt_ui/windows/newgame/WizardPages/QTheaterConfiguration.py index f7794ba7..13b7bd58 100644 --- a/qt_ui/windows/newgame/WizardPages/QTheaterConfiguration.py +++ b/qt_ui/windows/newgame/WizardPages/QTheaterConfiguration.py @@ -212,9 +212,9 @@ class TheaterConfiguration(QtWidgets.QWizardPage): docsText = QtWidgets.QLabel( "
Want more campaigns? You can " - 'offer to help, ' - 'play a community campaign, ' - 'or create your own.' + 'offer to help, ' + 'play a community campaign, ' + 'or create your own.' "
" ) docsText.setAlignment(Qt.AlignCenter)