]> git.openstreetmap.org Git - osqa.git/commitdiff
SPLUNK-129, adding title tooltips for the delete comment and node markdown buttons...
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 12 Apr 2011 21:18:40 +0000 (21:18 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 12 Apr 2011 21:18:40 +0000 (21:18 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@974 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/templates/node/comments.html

index 044a1a37d423ce34b280ae0ab4d855b7af7b123f..1da9a2c149638e1cd28f9f08110471c78f3ebb1b 100644 (file)
@@ -65,9 +65,9 @@
                 <div id="post-%ID%-score" class="comment-score"></div>\r
                 <div class="comment-text">%COMMENT%</div>\r
                 <div class="comment-info" id="comment-%ID%-info">\r
-                    <a id="comment-%ID%-edit" href="%EDIT_URL%"\r
+                    <a id="comment-%ID%-edit" href="%EDIT_URL%" title="{% trans "Edit comment" %}"\r
                         class="comment-edit" rel="nofollow"> </a>\r
-                    <a id="comment-%ID%-delete" href="%DELETE_URL%"\r
+                    <a id="comment-%ID%-delete" href="%DELETE_URL%" title="{% trans "Delete comment" %}"\r
                         class="ajax-command comment-delete confirm" rel="nofollow"> </a>\r
                     <a rel="nofollow" id="comment-%ID%-convert" href="%CONVERT_URL%" title="{% trans "Convert comment to answer" %}"\r
                         class="ajax-command comment-convert confirm" rel="nofollow"> </a>\r