Quantcast

Fix a typo in blizzard frame options

James Whitehead II [11-01-10 - 10:46]
Fix a typo in blizzard frame options
Filename
BlizzardFrames.lua
Localization.enUS.lua
Localization.zhCN.lua
Localization.zhTW.lua
diff --git a/BlizzardFrames.lua b/BlizzardFrames.lua
index 8a931c2..1c85936 100644
--- a/BlizzardFrames.lua
+++ b/BlizzardFrames.lua
@@ -51,7 +51,7 @@ function panel:CreateOptions()

     local bits = {}
     self.intro = make_label("Intro", "GameFontHighlightSmall")
-    self.intro:SetText(L["These options control whether or not Clique auotmatically registers certain Blizzard-created frames for binding. Changes made to these settings will not take effect until the user interface is reloaded."])
+    self.intro:SetText(L["These options control whether or not Clique automatically registers certain Blizzard-created frames for binding. Changes made to these settings will not take effect until the user interface is reloaded."])
     self.intro:SetPoint("RIGHT")
     self.intro:SetJustifyV("TOP")
     self.intro:SetHeight(40)
diff --git a/Localization.enUS.lua b/Localization.enUS.lua
index 2ae5e46..6eb26f3 100644
--- a/Localization.enUS.lua
+++ b/Localization.enUS.lua
@@ -88,7 +88,7 @@ local baseLocale = {
 	["Target clicked unit"] = "Target clicked unit",
 	["Target of focus frame"] = "Target of focus frame",
 	["Target of target frame"] = "Target of target frame",
-	["These options control whether or not Clique auotmatically registers certain Blizzard-created frames for binding. Changes made to these settings will not take effect until the user interface is reloaded."] = "These options control whether or not Clique auotmatically registers certain Blizzard-created frames for binding. Changes made to these settings will not take effect until the user interface is reloaded.",
+	["These options control whether or not Clique automatically registers certain Blizzard-created frames for binding. Changes made to these settings will not take effect until the user interface is reloaded."] = "These options control whether or not Clique automatically registers certain Blizzard-created frames for binding. Changes made to these settings will not take effect until the user interface is reloaded.",
 	["This binding is DISABLED"] = "This binding is DISABLED",
 	["This binding is invalid, please delete"] = "This binding is invalid, please delete",
 	["This panel allows you to blacklist certain frames from being included for Clique bindings. Any frames that are selected in this list will not be registered, although you may have to reload your user interface to have them return to their original bindings."] = "This panel allows you to blacklist certain frames from being included for Clique bindings. Any frames that are selected in this list will not be registered, although you may have to reload your user interface to have them return to their original bindings.",
diff --git a/Localization.zhCN.lua b/Localization.zhCN.lua
index dbe08da..a40a644 100644
--- a/Localization.zhCN.lua
+++ b/Localization.zhCN.lua
@@ -88,7 +88,7 @@ local baseLocale = {
     ["Target clicked unit"] = "选中点击单位",
     ["Target of focus frame"] = "焦点的目标",
     ["Target of target frame"] = "目标的目标",
-    ["These options control whether or not Clique auotmatically registers certain Blizzard-created frames for binding. Changes made to these settings will not take effect until the user interface is reloaded."] = "这些设置将决定 Clique 是否将原始界面的框体注册按键绑定. 修改该设置将只在重载界面后有效.",
+    ["These options control whether or not Clique automatically registers certain Blizzard-created frames for binding. Changes made to these settings will not take effect until the user interface is reloaded."] = "这些设置将决定 Clique 是否将原始界面的框体注册按键绑定. 修改该设置将只在重载界面后有效.",
     ["This binding is DISABLED"] = "此项设置已被 >禁用<",
 	["This binding is invalid, please delete"] = "非法设置, 请删除",
     ["This panel allows you to blacklist certain frames from being included for Clique bindings. Any frames that are selected in this list will not be registered, although you may have to reload your user interface to have them return to their original bindings."] = "在这页设置里, 你可以勾选框体以将其加入黑名单来防止 Clique 设置其点击施法. 任何你选中的框体都不会被 Clique 注册, 该页设置改动将在重载后生效.",
diff --git a/Localization.zhTW.lua b/Localization.zhTW.lua
index 103189b..5c1cc45 100644
--- a/Localization.zhTW.lua
+++ b/Localization.zhTW.lua
@@ -88,7 +88,7 @@ local baseLocale = {
     ["Target clicked unit"] = "選中點擊單位",
     ["Target of focus frame"] = "焦點的目標",
     ["Target of target frame"] = "目標的目標",
-    ["These options control whether or not Clique auotmatically registers certain Blizzard-created frames for binding. Changes made to these settings will not take effect until the user interface is reloaded."] = "這些設置將決定Clique 是否將原始界面的框體註冊按鍵綁定. 修改該設置將只在重載界面後有效.",
+    ["These options control whether or not Clique automatically registers certain Blizzard-created frames for binding. Changes made to these settings will not take effect until the user interface is reloaded."] = "這些設置將決定Clique 是否將原始界面的框體註冊按鍵綁定. 修改該設置將只在重載界面後有效.",
     ["This binding is DISABLED"] = "此項設置已被>禁用<",
 ["This binding is invalid, please delete"] = "非法設置, 請刪除",
     ["This panel allows you to blacklist certain frames from being included for Clique bindings. Any frames that are selected in this list will not be registered, although you may have to reload your user interface to have them return to their original bindings."] = "在這頁設置裡, 你可以勾選框體以將其加入黑名單來防止Clique 設置其點擊施法. 任何你選中的框體都不會被Clique 註冊, 該頁設置改動將在重載後生效.",