From ed05dba70af870f7e1677ca3df9622bc881b1214 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Sun, 20 May 2007 15:38:49 +0000 Subject: [PATCH] * Fixing issue 44, with PROFILE_RESET localisation --- Clique.lua | 1 + Localization.en.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Clique.lua b/Clique.lua index 99a5867..1aa9150 100644 --- a/Clique.lua +++ b/Clique.lua @@ -380,6 +380,7 @@ function Clique:DONGLE_PROFILE_RESET(event, db, parent, svname, profileKey) self:UpdateClicks() self:PLAYER_REGEN_ENABLED() + self:Print(L.PROFILE_RESET, profileKey) end end diff --git a/Localization.en.lua b/Localization.en.lua index 37c856a..918626e 100644 --- a/Localization.en.lua +++ b/Localization.en.lua @@ -47,7 +47,7 @@ if GetLocale() then L.APPLY_QUEUE = "Out of combat. Applying all queued changes." L.PROFILE_CHANGED = "Profile has changed to '%s'." L.PROFILE_DELETED = "Profile '%s' has been deleted." - L.PROFILE_CHANGED = "Your profile '%s' has been reset." + L.PROFILE_RESET = "Your profile '%s' has been reset." L.ACTION_ACTIONBAR = "Change ActionBar" L.ACTION_ACTION = "Action Button" -- 1.7.9.5