Fixed old "loose" typo
Alar of Runetotem [11-21-16 - 23:33]
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)