comparison verbage.lua @ 8:30ba1f35e164

Minor tweaks, fold in reload
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Fri, 17 Jun 2011 00:13:35 +0000
parents 9a37bd40eb5e
children 5ee4edd24c13
comparison
equal deleted inserted replaced
7:9a37bd40eb5e 8:30ba1f35e164
355 The <History> tab maintains a list of all loot. It is intended to help answer 355 The <History> tab maintains a list of all loot. It is intended to help answer
356 questions such as "When was the last time PlayerX won something?" and "How much stuff 356 questions such as "When was the last time PlayerX won something?" and "How much stuff
357 has PlayerY gotten lately?" The history tab is, by design, not as configurable 357 has PlayerY gotten lately?" The history tab is, by design, not as configurable
358 as the main <Loot> tab; entries cannot be edited, individually deleted, and so forth. 358 as the main <Loot> tab; entries cannot be edited, individually deleted, and so forth.
359 359
360 Loot history is the only "live" data tab which persists across a +Clear> command. 360 Loot history is the only "live" data tab which persists across the +Clear Loot> command.
361 For this reason, very little information is stored: only the recipient, the item, 361 For this reason, very little information is stored: only the recipient, the item,
362 and a textual timestamp. Boss names, offspecs and other notes, are not preserved. 362 and a textual timestamp. Boss names, offspecs, and other notes are not preserved.
363 363
364 The default history window shows the most recent item received by each person. It 364 The default history window shows the most recent item received by each person. It
365 is sorted with the most recent loot at the top, towards older loot at the bottom. 365 is sorted with the most recent loot at the top, towards older loot at the bottom.
366 You can click the column headers to rearrange the rows, but doing so repeatedly can 366 You can click the column headers to rearrange the rows, but doing so repeatedly can
367 lead to odd display issues. 367 lead to odd display issues.