Skip to content

Commit

Permalink
Merge pull request #961 from CBATeam/addon-options-tooltip
Browse files Browse the repository at this point in the history
addon options button tooltip
  • Loading branch information
Killswitch00 authored Aug 19, 2018
2 parents 716f679 + b3e966f commit 616402a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addons/settings/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ if (isServer) then {
[_setting, _value, _priority, "mission", _store] call FUNC(set);
}] call CBA_fnc_addEventHandler;

[[LLSTRING(menu_button)], QGVAR(MainMenuHelper)] call CBA_fnc_addPauseMenuOption;
[[LLSTRING(menu_button), LLSTRING(menu_button_tooltip)], QGVAR(MainMenuHelper)] call CBA_fnc_addPauseMenuOption;

ADDON = true;
4 changes: 4 additions & 0 deletions addons/settings/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
<French>Addon Options</French>
<Polish>Ustawienia addonów</Polish>
</Key>
<Key ID="STR_cba_settings_menu_button_tooltip">
<English>Adjust addon settings.</English>
<German>Addon-Einstellungen anpassen.</German>
</Key>
<Key ID="STR_cba_settings_3den_shortcut">
<English>Addon Options...</English>
<German>Addon-Optionen...</German>
Expand Down

0 comments on commit 616402a

Please sign in to comment.