Skip to content

Commit

Permalink
Fixed mod description strings as well as removed RHSARF
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Apr 2, 2024
1 parent 081f94f commit 36c8f18
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 2 additions & 3 deletions addons/main/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,6 @@ class CfgPatches {

// Mods
"rhsusf_main",
"rhs_main",

// CBA
"cba_ui",
Expand All @@ -903,9 +902,9 @@ class CfgMods {
picture = "A3\Ui_f\data\Logos\arma3_expansion_alpha_ca";
hidePicture = "true";
hideName = "true";
actionName = "Website";
actionName = CSTRING(Website);
action = CSTRING(Url);
description = "Issue Tracker: https://github.com/7cav/CavMod/issues";
description = CSTRING(Description);
};
};

Expand Down
7 changes: 7 additions & 0 deletions addons/main/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@
<Key ID="STR_Cav_Main_ModTeam">
<English>7th Cavalry S3 Mod Team</English>
</Key>

<Key ID="STR_Cav_Main_Url">
<English>http://7cav.us</English>
</Key>
<Key ID="STR_Cav_Main_Website">
<English>Website</English>
</Key>
<Key ID="STR_Cav_Main_Description">
<English>Issue Tracker: https://github.com/7cav/CavMod/issues</English>
</Key>
</Package>
</Project>

0 comments on commit 36c8f18

Please sign in to comment.