# HG changeset patch # User Farmbuyer of US-Kilrogg # Date 1298079346 0 # Node ID e76c327b62e450f47ba80965a9dfcc85b2ae9f1f # Parent 4d9949e554efb6205622da755c5742e678f77461 Actually test code before checking in this time. diff -r 4d9949e554ef -r e76c327b62e4 main.lua --- 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