# HG changeset patch # User Xiiph # Date 1297718475 -3600 # Node ID 45a45aa0f492d5d88fc5cda993fa9e5d4657af67 # Parent 8ec216b40ded251cf580958e583b5cba2667efa1 Corrected name of Bastion of Twilight ... (returned by GetRealZoneText()) Added confirmation when nobody is missing buffs. diff -r 8ec216b40ded -r 45a45aa0f492 ICU.lua --- a/ICU.lua Thu Feb 10 22:46:11 2011 +0100 +++ b/ICU.lua Mon Feb 14 22:21:15 2011 +0100 @@ -273,7 +273,7 @@ }, bot = { type = 'toggle', - name = L["Bastion of Twilight"], + name = L["The Bastion of Twilight"], width = 'double', disabled = self.db.profile.enableAllZones, }, diff -r 8ec216b40ded -r 45a45aa0f492 enUS.lua --- a/enUS.lua Thu Feb 10 22:46:11 2011 +0100 +++ b/enUS.lua Mon Feb 14 22:21:15 2011 +0100 @@ -74,13 +74,11 @@ L["Blackwing Descent"] = true L["Baradin Hold"] = true L["Throne of the Four Winds"] = true -L["Bastion of Twilight"] = true +L["The Bastion of Twilight"] = true L["ICU"] = true L["Report"] = true L["Missing Flask"] = true L["Missing Food"] = true - - --@end-do-not-package@ \ No newline at end of file