Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tbox1911 committed Mar 1, 2024
1 parent 38efba8 commit ed22fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.liberation/ui/liberation_admin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ class liberation_admin {
};
class ZeusModeButton: StdButton {
idc = 1625;
action = "GRLIB_active_commander = player; publicVariable 'GRLIB_active_commander'; hint 'You're Zeus now...'";
action = "GRLIB_active_commander = player; publicVariable 'GRLIB_active_commander'; hint 'You are Zeus now...'";
text = $STR_ADMIN_ZEUSMODE;
x = 0.3275 * safezoneW + safezoneX;
y = 0.520 * safezoneH + safezoneY;
Expand Down

0 comments on commit ed22fa3

Please sign in to comment.