Skip to content

Commit

Permalink
Add author string
Browse files Browse the repository at this point in the history
  • Loading branch information
ImplicitDeny committed Mar 6, 2022
1 parent 34a4682 commit f8ea665
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/gsri_uniforms/config.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class CfgPatches {
class gsri_uniforms {
author="[-GSRI-] PhileasLX";
author="$STR_GSRI_UNIFORMS_AUTHOR";
units[]={};
weapons[]={};
requiredVersion=0.1;
Expand Down Expand Up @@ -80,7 +80,7 @@ class cfgWeapons {
};

class GSRI_uniform: Uniform_Base {
author="GSRI";
author="$STR_GSRI_UNIFORMS_AUTHOR";
scope=2;
displayName="$STR_GSRI_UNIFORM_BASE";
picture="\fr\gsri\uniforms\UI\icon_gsri_uniform.paa";
Expand Down
6 changes: 6 additions & 0 deletions addons/gsri_uniforms/stringtable.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<Project name="gsri_gear">
<Package name="gsri_uniforms">
<Container name="Metadata">
<Key ID="STR_GSRI_UNIFORMS_AUTHOR">
<Original>[-GSRI-] PhileasLX for www.gsri.team</Original>
<French>[-GSRI-] PhileasLX pour www.gsri.team</French>
</Key>
</Container>
<Container name="Uniform names">
<Key ID="STR_GSRI_UNIFORM_BASE">
<Original>[-GSRI-] Combat uniform</Original>
Expand Down

0 comments on commit f8ea665

Please sign in to comment.