From b6393e0005568e9fdd29ec1a9d7dfd90ef2eb7ee Mon Sep 17 00:00:00 2001 From: Alar of Runetotem Date: Tue, 22 Nov 2016 00:33:30 +0100 Subject: [PATCH] Fixed old "loose" typo --- MissionCompletion.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MissionCompletion.lua b/MissionCompletion.lua index 5f583a4..2431a93 100644 --- a/MissionCompletion.lua +++ b/MissionCompletion.lua @@ -178,7 +178,7 @@ function module:MissionComplete(this,button,skiprescheck) end end if stop and not skiprescheck then - self:Popup(message.."\n" ..format(L["If you %s, you will loose them\nClick on %s to abort"],ACCEPT,CANCEL),0, + self:Popup(message.."\n" ..format(L["If you %s, you will lose them\nClick on %s to abort"],ACCEPT,CANCEL),0, function() StaticPopup_Hide("LIBINIT_POPUP") module:MissionComplete(this,button,true) -- 1.7.9.5