summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-06-11 13:01:57 +0200
committerAleksander Machniak <alec@alec.pl>2014-06-11 13:01:57 +0200
commita856e8a97209f33771981c751584d69996c0a9a4 (patch)
tree4a46dde5f8ace3c8c81c9e376bda590ebe194575 /skins
parent4520fa0f38e9744fa1541c2365000710f7763242 (diff)
Fix typo
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/templates/compose.html2
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" />