Skip to content

Commit

Permalink
Grammar fix for fn_gear_saveLoadout
Browse files Browse the repository at this point in the history
  • Loading branch information
blakehhh committed Oct 11, 2024
1 parent dd6d2b6 commit 5aafdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cScripts/functions/gear/fn_gear_saveLoadout.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if (_insignia != "") then {

[
[],
["Loadout have been saved"],
["Loadout has been saved"],
[""],
[""]
] call CBA_fnc_notify;
Expand Down

0 comments on commit 5aafdbb

Please sign in to comment.