diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-18 12:03:32 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-18 12:03:32 +0000 |
| commit | f7a0c554804b638815d9d8e8bd019804776dc5fe (patch) | |
| tree | b87f3fa5a441c392eee372647e41f9403c35db22 /roundcubemail/skins/default | |
| parent | 6858dee80c2e63fdb9d1e6af1477e12eb668e272 (diff) | |
Use existing label for preview pane which is more descriptive
git-svn-id: https://svn.roundcube.net/trunk@3761 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/templates/mail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/mail.html b/roundcubemail/skins/default/templates/mail.html index 5fcd45c70..0ceb9d309 100644 --- a/roundcubemail/skins/default/templates/mail.html +++ b/roundcubemail/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"> |
