Added a note about weather symbols to the weather widget.

This commit is contained in:
Adrian C. (anrxc) 2009-07-31 21:53:14 +02:00
parent 1b9906165d
commit 3f851ff589
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ function worker(format, station)
-- Setup tables -- Setup tables
local weather = { local weather = {
-- Some of the weather symbols would look nice if prepended to
-- the final output, but it is up to the user to do that
-- * http://www.alanwood.net/unicode/miscellaneous_symbols.html
["{city}"] = "N/A", ["{city}"] = "N/A",
["{wind}"] = "N/A", ["{wind}"] = "N/A",
["{windmph}"] = "N/A", ["{windmph}"] = "N/A",