diff verbage.lua @ 83:940e53dd18c3

- More cosmetic cleanup. - Implement "GUI noob" option. Basic entries for Loot and History tabs. - Disable wipe->kill toggling once the entry is actually a kill. Duh.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Mon, 18 Jun 2012 03:02:10 +0000
parents 124da015c4a2
children c9f955f9a285
line wrap: on
line diff
--- a/verbage.lua	Sun Jun 17 20:55:11 2012 +0000
+++ b/verbage.lua	Mon Jun 18 03:02:10 2012 +0000
@@ -416,9 +416,6 @@
 ]]
 
 T.tips = [[
-Shift-clicking an item in the <Loot> or <History> display will paste it into an
-open chat editbox.
-
 The |cffff8000[Ouro Loot]|r "legendary item" displayed at the start of all
 chat messages is a clickable link.  Clicking opens the main display.  An option
 on the <Options> tab will cause a message to be printed after a boss kill,
@@ -437,6 +434,9 @@
 
 Using the "Saved Texts" feature plus the +Clear> button is a great way of putting
 off pasting loot into your guild's website until a more convenient time.
+
+Shift-clicking an item in the <Loot> or <History> display will paste it into an
+open chat editbox.
 ]]
 
 T.tips_slashies = [[
@@ -567,8 +567,10 @@
 	local wrapped = text
 	wrapped = wrapped:gsub ("[%+<>]", replacement_colors)
 	wrapped = wrapped:gsub ("([^\n])\n([^\n])", "%1 %2")
+	--safeprint(wrapped)
 	wrapped = wrapped:gsub ("|r\n\n", "|r\n")
 	wrapped = wrapped:gsub ("Ouroboros", "|cffa335ee<Ouroboros>|r")
+	--safeprint(wrapped)
 	wrapped = wrapped:gsub ("%*%(", "<") :gsub("%)%*", ">") :gsub(":PLUS:", "+")
 	addon.helptext[funkykey] = wrapped
 end