From b19ed830a72b79b4d5e3148c812c777cba9933b3 Mon Sep 17 00:00:00 2001 From: BillLive Date: Sun, 31 Jan 2016 10:09:32 +1030 Subject: [PATCH] Changed code in Zerocount function Signed-off-by: BillLive --- Elementarist.lua | 2 +- Localization_frFR.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Elementarist.lua b/Elementarist.lua index 6b1a7ad..c5251a5 100755 --- a/Elementarist.lua +++ b/Elementarist.lua @@ -845,7 +845,7 @@ end -- Utility function to check if spell available, and has 0 count in list function Elementarist:ZeroCount(needle,...) - return (Elementarist:SpellAvailable(needle)) and (Elementarist:Count(needle,...)) + return (Elementarist:SpellAvailable(needle)) and (Elementarist:Count(needle,...)==0) end function Elementarist:hasGlyph(glyph) diff --git a/Localization_frFR.lua b/Localization_frFR.lua index 1f91576..ad14e40 100755 --- a/Localization_frFR.lua +++ b/Localization_frFR.lua @@ -38,7 +38,7 @@ if GetLocale() then L["THREAT_WARNING_PREFIX"] = "Général" L["THREAT_WARNING_SUFFIX"] = "% de menace!" L["CONFIG_DISABLE_LM_SPELL"] = "Disable Liquid Magma in rotation" -- Requires localization - L["CONFIG_DOFS_THRESHOLD"] = "Prioritize Buffing Flameshock with\r seconds remaining on the DOT" - L["CONFIG_DOFS"] = "Prioritize Buffing Flameshock when\r current DOT is not fully buffed" + L["CONFIG_DOFS_THRESHOLD"] = "Donnez la priorité à améliorer Flameshock\r avec les seconds restants sur le DOT" + L["CONFIG_DOFS"] = "Donnez la priorité à améliorer Flameshock quand \r le DOT actuel n’est pas améliorer au maximum" L["CONFIG_DEBUFF_TRACKER_SHOW_BUFFS"] = "Suivi des débuffs montre buffs" end \ No newline at end of file -- 1.7.9.5