summaryrefslogtreecommitdiff
path: root/skins/larry/templates/messagepreview.html
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-03-03 18:32:31 +0000
committerthomascube <thomas@roundcube.net>2012-03-03 18:32:31 +0000
commit6357223bd1a8d5ce8d3658e5940aa71e663cf033 (patch)
treea98ddd3d9cacd28c9d8ceefa1975854746670993 /skins/larry/templates/messagepreview.html
parent1837c330028ab7906ac67d0b50882d7b1fa59a3d (diff)
Fix spelling
Diffstat (limited to 'skins/larry/templates/messagepreview.html')
-rw-r--r--skins/larry/templates/messagepreview.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/messagepreview.html b/skins/larry/templates/messagepreview.html
index a8040841f..cd9c2349a 100644
--- a/skins/larry/templates/messagepreview.html
+++ b/skins/larry/templates/messagepreview.html
@@ -29,7 +29,7 @@
<div id="countcontrols" class="pagenav">
<roundcube:if condition="env:mailbox != config:drafts_mbox">
<roundcube:button command="reply" type="link" class="button reply" classSel="button reply pressed" innerClass="inner" title="replytomessage" content="&lt;-" />
- <roundcube:button command="replyall" type="link" class="button replyall" classSel="button replyall pressed" innerClass="inner" title="replytoallmessage" content="&lt;&lt;-" />
+ <roundcube:button command="reply-all" type="link" class="button replyall" classSel="button replyall pressed" innerClass="inner" title="replytoallmessage" content="&lt;&lt;-" />
<roundcube:button command="forward" type="link" class="button forward" classSel="button forward pressed" innerClass="inner" title="forwardmessage" content="-&gt;" />
&nbsp;
<roundcube:endif />