diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-11 15:51:33 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-11 15:51:33 +0200 |
commit | 3286c82deb6dfecd9428b30965208a71bd07607c (patch) | |
tree | e041487702838efcbbe23ee69a5cc5b699dad186 /skins | |
parent | 2fac32a89c02142fed480fec43c037e9cd47702a (diff) | |
parent | a856e8a97209f33771981c751584d69996c0a9a4 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html index 2812d3706..98ef2963c 100644 --- a/skins/larry/templates/compose.html +++ b/skins/larry/templates/compose.html @@ -27,7 +27,7 @@ <roundcube:if condition="config:enable_spellcheck" /> <span class="dropbutton"> <roundcube:button command="spellcheck" type="link" class="button spellcheck disabled" classAct="button spellcheck" classSel="button spellcheck pressed" label="spellcheck" title="checkspelling" tabindex="2" /> - <a href="#languages" class="dropbuttontip" id="spellmenulink" onclick="UI.toggle_popup('spellmenu',event);return false" aria-haspopup="true" aria-expanded="false"tabindex="2">Select Spell Language</a> + <a href="#languages" class="dropbuttontip" id="spellmenulink" onclick="UI.toggle_popup('spellmenu',event);return false" aria-haspopup="true" aria-expanded="false" tabindex="2">Select Spell Language</a> </span> <roundcube:endif /> <roundcube:button name="addattachment" type="link" class="button attach" label="attach" title="addattachment" onclick="UI.show_uploadform(event);return false" aria-haspopup="true" aria-expanded="false"tabindex="2" /> |