diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/templates/index.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/templates/index.tpl b/themes/default/templates/index.tpl index 10459aa..be8ba6c 100644 --- a/themes/default/templates/index.tpl +++ b/themes/default/templates/index.tpl @@ -5,10 +5,10 @@ <div class="menu"> <div class="icons"> - <a href="javascript:showPhotoIndex();" onclick="click(this);" title="Show Photo Index"> + <a href="javascript:showPhotoIndex();" onclick="click(this);" title="Show Photo Index (CTRL+ALT+i)"> <img src="resources/photo_index.png" alt="photo index" /> </a> - <a href="javascript:resetAll();" onclick="click(this);" title="Reset selected-tags and search results"> + <a href="javascript:resetAll();" onclick="click(this);" title="Reset selected-tags and search results (CTRL+ALT+r)"> <img src="resources/reload.png" alt="reset tags" /> </a> <a href="javascript:showCredits();" onclick="click(this);" title="Show's a little credit page"> |