diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-18 04:13:24 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-18 04:13:24 +0000 |
commit | f130f65e9268e969c6556c77a3212e267a6da468 (patch) | |
tree | dea797ef9ca4331794f6c454543a038dbcdda81c | |
parent | 845ed0ab2fd04438abc153cf6e1138c39696e20b (diff) |
reset is not only reseting selected-tags anymore, changed text
git-svn-id: file:///var/lib/svn/phpfspot/trunk@222 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | templates/index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.tpl b/templates/index.tpl index 4366679..f42a124 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -12,7 +12,7 @@ <a href="javascript:showPhotoIndex();" onclick="click(this);" title="Show Photo Index"> <img src="resources/photo_index.png" alt="photo index" /> </a> - <a href="javascript:resetAll();" onclick="click(this);" title="Reset Selected Tags and Tag-Search"> + <a href="javascript:resetAll();" onclick="click(this);" title="Reset selected-tags and search results"> <img src="resources/reload.png" alt="reset tags" /> </a> <a href="javascript:showCredits();" onclick="click(this);" title="Show's a little credit page"> |