1
0
Fork 0

gv - fixed wrong attr titles [ci skip]

This commit is contained in:
hkernbach 2016-07-28 18:28:29 +02:00
parent 2b5e336685
commit 92016c52fb
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<ul class="headerButtonList"> <ul class="headerButtonList">
<li class="enabled"> <li class="enabled">
<a id="settingsMenu" class="headerButton"> <a id="settingsMenu" class="headerButton">
<span title="Download visible graph as png image"> <span title="Configure graph settings">
<i class="fa fa-bars fa-stack-1x"></i> <i class="fa fa-bars fa-stack-1x"></i>
</span> </span>
</a> </a>
@ -27,7 +27,7 @@
</li> </li>
<li class="enabled"> <li class="enabled">
<a id="selectNodes" class="headerButton"> <a id="selectNodes" class="headerButton">
<span title="Download visible graph as png image"> <span title="Lasso tool - Select and delete multiple nodes">
<i class="fa fa-pencil fa-stack-1x"></i> <i class="fa fa-pencil fa-stack-1x"></i>
</span> </span>
</a> </a>