alphabetize the script environment variables in the help

This commit is contained in:
Mitchell Livingston
2010-12-12 20:13:55 +00:00
parent 3a5d17cfde
commit a322d30227
2 changed files with 4 additions and 4 deletions

View File

@@ -24,11 +24,11 @@
<div id="taskbox">
<ul>
<li>TR_TORRENT_DIR</li>
<li>TR_TIME_LOCALTIME</li>
<li>TR_TORRENT_ID</li>
<li>TR_TORRENT_HASH</li>
<li>TR_APP_VERSION</li>
<li>TR_TIME_LOCALTIME</li>
<li>TR_TORRENT_DIR</li>
<li>TR_TORRENT_HASH</li>
<li>TR_TORRENT_ID</li>
<li>TR_TORRENT_NAME</li>
</ul>
</div>