Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex109 committed Jan 14, 2024
1 parent 2ea6d68 commit b27ae05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified mod/cod4qol/mod.ff
Binary file not shown.
2 changes: 1 addition & 1 deletion mod/cod4qol/ui/quit.menu
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
CHOICE_BUTTON_VIS( 3, "@MENU_YES", exec "deleteselecteddemo"; exec "loaddemos"; close self;, when(dvarInt("qol_dialog") == 2))
CHOICE_BUTTON_VIS( 4, "@MENU_NO", close self;, when(dvarInt("qol_dialog") == 2))

CHOICE_POPMENU_TITLE_VIS_EXTR( "Type in the new name:", when(dvarInt("qol_dialog") == 3), 0.32)
CHOICE_POPMENU_TITLE_VIS_EXTR( "Type the new name:", when(dvarInt("qol_dialog") == 3), 0.32)
itemDef
{
name renameEntry
Expand Down

0 comments on commit b27ae05

Please sign in to comment.