Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hint module is now shown as Advanced Hint #294

Merged
merged 3 commits into from
Apr 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions @AresModAchillesExpansion/addons/language_f/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,12 @@
<Japanese>ヒント</Japanese>
<Chinesesimp>提示</Chinesesimp>
</Key>
<Key ID="STR_AMAE_ADVANCED_HINT">
<Original>Advanced Hint</Original>
<English>Advanced Hint</English>
<French>Indice avancé</French>
<German>Erweiterter Hinweis</German>
</Key>
<Key ID="STR_AMAE_SWITCH_SIDE_CHANNEL_OF_ZEUS">
<Original>Switch side channel of Zeus</Original>
<English>Switch side channel of Zeus</English>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ class CfgVehicles
class ModuleIRGrenade_F : Module_F {scopeCurator = 1;};
class ModuleTracers_F : Module_F {scopeCurator = 1;};

class ModuleHint_F : Module_F {scopeCurator = 1;};
class ModuleHint_F : Module_F {displayName = "$STR_AMAE_ADVANCED_HINT"; category="Curator";};
};