-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated classnames and cleaned up strings and classes
- Loading branch information
1 parent
17f52b6
commit c1934cd
Showing
8 changed files
with
355 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
class CfgEditorSubcategories { | ||
class Cav_EdSubcat_Infantry_Alpha { | ||
displayname = CSTRING(Cav_EdSubcat_Infantry_Alpha); | ||
displayname = CSTRING(Cav_EdSubcat_Infantry_Alpha); | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<Project name="cav"> | ||
<Package name="infantry_alpha"> | ||
<Key ID="STR_cav_infantry_alpha_Cav_EdSubcat_Infantry_Alpha"> | ||
<English>Men (Air)</English> | ||
<Key ID="STR_cav_infantry_alpha_Cav_EdSubcat_Infantry_Bravo"> | ||
<English>Men (Mechanized)</English> | ||
</Key> | ||
</Package> | ||
</Project> |
Oops, something went wrong.