diff main.lua @ 3:e76c327b62e4

Actually test code before checking in this time.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Sat, 19 Feb 2011 01:35:46 +0000
parents 4d9949e554ef
children fd47a5f58fa0
line wrap: on
line diff
--- a/main.lua	Sat Feb 19 01:05:01 2011 +0000
+++ b/main.lua	Sat Feb 19 01:35:46 2011 +0000
@@ -4,7 +4,8 @@
 local on = false
 local L = GetLocale()
 
--- Please use the Localization App on WoWAce to Update this
+------- Begin messy generated code.
+-- Please use the Localization App on WoWAce to update this
 -- http://www.wowace.com/addons/what-just-procced/localization/
 if L == 'deDE' then
 	L = --@localization(locale="enUS", format="lua_table", handle-unlocalized="comment")@
@@ -23,6 +24,7 @@
 elseif L == 'zhTW' then
 	L = --@localization(locale="enUS", format="lua_table", handle-unlocalized="comment")@
 end
+------- End messy generated code.
 
 -----------------------------------------------------------------------------
 addon = LibStub("AceAddon-3.0"):NewAddon(addon, nametag,
@@ -46,7 +48,7 @@
 function addon:SPELL_ACTIVATION_OVERLAY_SHOW(...)
 	local _,spellID,_,positions = ...
 	local spell = GetSpellLink(spellID) or GetSpellInfo(spellID) or spellID
-	self:Printf(L["%s at position %s ."], spell, positions)
+	self:Printf(L["%s at position %s."], spell, positions)
 end
 
 -- vim:noet