changeset 5:45a45aa0f492

Corrected name of Bastion of Twilight ... (returned by GetRealZoneText()) Added confirmation when nobody is missing buffs.
author Xiiph
date Mon, 14 Feb 2011 22:21:15 +0100
parents 8ec216b40ded
children 60ac81ad00a2
files ICU.lua enUS.lua
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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,
 					},
--- 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