Quantcast

* Corrected locale string in frFR (closes issue 28)

James Whitehead II [03-25-07 - 04:33]
* Corrected locale string in frFR (closes issue 28)
Filename
Localization.fr.lua
diff --git a/Localization.fr.lua b/Localization.fr.lua
index 3b94726..9979c77 100644
--- a/Localization.fr.lua
+++ b/Localization.fr.lua
@@ -4,7 +4,7 @@

 local L = Clique.Locals

-if GetLocale() == "deDE" then
+if GetLocale() == "frFR" then
 	L.RANK                    = "Rang"
 	L.RANK_PATTERN            = "Rang (%d+)"
 	L.CAST_FORMAT             = "%s(Rang %d)"