Remove the name IDG from dialogs (Credits are kept)
Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
parent
d78336a855
commit
aaa45fb712
9 changed files with 14 additions and 14 deletions
|
@ -41,7 +41,7 @@
|
|||
</text>
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label>The error code and cause are listed below. Please include this information if contacting IDG.</label>
|
||||
<label>The error code and cause are listed below. Please include this information if report this error.</label>
|
||||
</text>
|
||||
|
||||
<hrule>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label>IDG A32X Pre V1.0</label>
|
||||
<label>A320-family Pre V1.0</label>
|
||||
</text>
|
||||
|
||||
<hrule/>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label>IDG Aircraft Config has detected that rendering settings are not set properly!</label>
|
||||
<label>The Aircraft Config has detected that rendering settings are not set properly!</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
|
@ -61,7 +61,7 @@
|
|||
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label>Would you like IDG Aircraft Config to automatically turn on ALS and fix shader settings?</label>
|
||||
<label>Would you like the Aircraft Config to automatically turn on ALS and fix shader settings?</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label>IDG Aircraft Config has detected that your aircraft was installed for the first time, or updated successfully!</label>
|
||||
<label>The Aircraft Config has detected that your aircraft was installed for the first time, or updated successfully!</label>
|
||||
</text>
|
||||
|
||||
<group>
|
||||
|
@ -63,7 +63,7 @@
|
|||
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label>This screen will only appear after a fresh install, or update. Thank you for choosing IDG!</label>
|
||||
<label>This screen will only appear after a fresh install, or update. Thank you for choosing A320-family!</label>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# IDG Contributing Guidelines
|
||||
# A320-family Contributing Guidelines
|
||||
|
||||
These examples will show the IDG Guidelines for contributing. Please follow this at all times, or your contribution will not be merged.
|
||||
These examples will show the Guidelines for contributing. Please follow this at all times, or your contribution will not be merged.
|
||||
|
||||
## Basic Guidelines:
|
||||
- Use Tabs to indent code, DO NOT USE SPACE.
|
||||
|
@ -44,4 +44,4 @@ var someOtherThing = func {
|
|||
```
|
||||
|
||||
## Forks, Branches, and Merging
|
||||
We do not add contributors outside of IDG, so please fork the repository, and commit your changes there. Branches are optional. When you are ready for IDG to look over you work, submit a pull request, following our pull request template, and an IDG Developer will look over it. If there is an issue that needs to be resolved before merging, the IDG Developer will leave a comment on the pull request.
|
||||
Please fork the repository, and commit your changes there. Branches are optional. When you are ready for us to look over you work, submit a pull request, following our pull request template, and a main Developer will look over it. If there is an issue that needs to be resolved before merging, the Developer will leave a comment on the pull request.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# IDG Tablet
|
||||
# Tablet
|
||||
# Joshua Davidson (Octal450)
|
||||
|
||||
# Copyright (c) 2019 Joshua Davidson (Octal450)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# IDG Distance Zooming
|
||||
# Distance Zooming
|
||||
# Copyright (c) 2019 Joshua Davidson (Octal450)
|
||||
# Based on PropertyRule file by onox
|
||||
|
||||
|
|
|
@ -12,5 +12,5 @@
|
|||
<!-- [ ] = Unchecked, [x] = Checked. -->
|
||||
* [ ] My changes follow the Contributing Guidelines. <!-- See CONTRIBUTING.md to verify. -->
|
||||
* [ ] My changes implement realistic features. <!-- Only aircraft changes require this. -->
|
||||
* [ ] Please have an IDG Developer test my changes before merging. <!-- We will always briefly test, but if it needs a "full" test, please check). -->
|
||||
* [x] My changes are ready for merging. <!-- Uncheck if you want to decide when to merge. -->
|
||||
* [ ] Please have a main Developer test my changes before merging. <!-- We will always briefly test, but if it needs a "full" test, please check). -->
|
||||
* [x] My changes are ready for merging. <!-- Uncheck if you want to decide when to merge. -->
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (Octal450) -->
|
||||
|
||||
<!-- IDG Custom Instrumentation -->
|
||||
<!-- Custom Instrumentation -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
Loading…
Reference in a new issue