Quantcast

* Fixing issue 44, with PROFILE_RESET localisation

James Whitehead II [05-20-07 - 15:38]
* Fixing issue 44, with PROFILE_RESET localisation
Filename
Clique.lua
Localization.en.lua
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"