diff options
-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"> |