diff options
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/templates/mail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 5fcd45c70..0ceb9d309 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -79,7 +79,7 @@ <roundcube:button command="expand-unread" type="link" title="expand-unread" class="buttonPas expand-unread" classAct="button expand-unread" classSel="button expand-unreadsel" content=" " /> <roundcube:button command="collapse-all" type="link" title="collapse-all" class="buttonPas collapse-all" classAct="button collapse-all" classSel="button collapse-allsel" content=" " /> <roundcube:endif /> - <span style="margin-left: 10px"><roundcube:label name="preview" />: </span> + <span style="margin-left: 10px"><roundcube:label name="previewpane" />: </span> <input type="checkbox" onclick="rcmail_ui.switch_preview_pane(this)"<roundcube:if condition="config:preview_pane == true" /> checked="checked"<roundcube:endif /> /> </div> <div id="countcontrols" class="pagenav"> |