summaryrefslogtreecommitdiff
path: root/skins/larry/templates/messagepart.html
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-06-02 16:35:12 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-06-02 16:35:12 +0200
commitd58c39126f6e1754e29b6f3bbc01f0f6a3ea2581 (patch)
treee5a6313654f1475a2d83d60a6d3c03c667c5035b /skins/larry/templates/messagepart.html
parent22a2c5e0eefcea8572f2ab5ad2e5a22789b6f555 (diff)
Some more improvemements on content structure, text representation and keyboard navigation within the mail view
Diffstat (limited to 'skins/larry/templates/messagepart.html')
-rw-r--r--skins/larry/templates/messagepart.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/templates/messagepart.html b/skins/larry/templates/messagepart.html
index 2df9c7b77..edf275f6e 100644
--- a/skins/larry/templates/messagepart.html
+++ b/skins/larry/templates/messagepart.html
@@ -29,9 +29,9 @@
</div>
<div id="messagepartcontainer" class="uibox" role="main" aria-labelledby="aria-label-messagepart">
- <h2 id="aria-label-messagepart" class="voice">Attachment preview</h2>
+ <h2 id="aria-label-messagepart" class="voice"><roundcube:label name="arialabelattachmentpreview" /></h2>
<div class="iframebox">
- <roundcube:object name="messagePartFrame" id="messagepartframe" frameborder="0" title="Attachment preview" />
+ <roundcube:object name="messagePartFrame" id="messagepartframe" frameborder="0" title="arialabelattachmentpreview" />
</div>
</div>